Skip to content

Non-distinct identifiers #932

@skliper

Description

@skliper

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions