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

Fix #697, use POSIX dir implementation on VxWorks6 #706

Merged
merged 1 commit into from
Jan 13, 2021

Commits on Dec 28, 2020

  1. Fix nasa#697, use POSIX dir implementation on VxWorks6

    Instead of maintaining a one-off implementation for VxWorks 6,
    use the POSIX implementation for this module.  The only
    incompatibility is the prototype for mkdir() which is missing
    the second argument.  This can be worked around with a simple
    compatibility macro that is only enabled for VxWorks 6.x builds.
    jphickey committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    ed990e7 View commit details
    Browse the repository at this point in the history