-
Notifications
You must be signed in to change notification settings - Fork 253
Description
Is your feature request related to a problem? Please describe.
VxWorks defines time in time.h
Conflicts with:
| struct timespec time; |
osal/src/os/portable/os-impl-posix-gettime.c
Line 100 in 53f7f61
| struct timespec time; |
VxWorks defines access in unistd.h
Conflicts with:
| int32 OS_FileOpen_Impl(const OS_object_token_t *token, const char *local_path, int32 flags, int32 access) |
osal/src/os/portable/os-impl-posix-files.c
Line 226 in 53f7f61
| int32 OS_FileChmod_Impl(const char *local_path, uint32 access) |
osal/src/os/portable/os-impl-posix-dirs.c
Line 74 in 53f7f61
| int32 OS_DirCreate_Impl(const char *local_path, uint32 access) |
Describe the solution you'd like
Deconflict
Describe alternatives you've considered
None
Additional context
Static analysis warning
Requester Info
Jacob Hageman - NASA/GSFC
Reactions are currently unavailable