-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
osfilesys.c mixed return types #118
Comments
Imported from trac issue 95. Created by abrown4 on 2015-08-19T19:28:20, last modified: 2019-08-14T14:11:46 |
Trac comment by abrown4 on 2015-08-19 20:59:59: (Identified with vxworks osal code review on branch #45.) |
Trac comment by abrown4 on 2015-08-24 17:03:38: Note, these are the same #define numerical value of zero, but we should revisit the idea of mixing return types from different headers in functions from the same "filesystem api". |
See also #262. |
In osfilesys.c, some functions return OS_SUCCESS (from osapi.h) and some functions return OS_FS_SUCCESS (from osapi-os-filesys.h).
The text was updated successfully, but these errors were encountered: