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

Made 'file_posix.cc' POSIX compatible #4967

Closed

Commits on Apr 5, 2018

  1. Made 'file_posix.cc' POSIX compatible

    The 'd_type' field is not part of the POSIX specification. Added a
    compile time check to see if we can use it. When not present fallback to
    a (slightly more expensive) call to 'stat'.
    siepkes committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    c153be6 View commit details
    Browse the repository at this point in the history