Skip to content
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

Non-distinct identifiers #932

Closed
skliper opened this issue Mar 25, 2021 · 0 comments · Fixed by #950 or #967
Closed

Non-distinct identifiers #932

skliper opened this issue Mar 25, 2021 · 0 comments · Fixed by #950 or #967
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Mar 25, 2021

Is your feature request related to a problem? Please describe.
VxWorks defines time in time.h
Conflicts with:

struct timespec time;

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)

int32 OS_FileChmod_Impl(const char *local_path, uint32 access)

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

@skliper skliper added this to the 6.0.0 milestone Mar 25, 2021
@skliper skliper self-assigned this Apr 2, 2021
astrogeco added a commit that referenced this issue Apr 21, 2021
Fix #932, Eliminate time and access name collisions with VxWorks
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Fix nasa#932 and nasa#1089, strncpy cleanup and UT updates for mission sizing of API_LEN and PATH_LEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants