-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Missing POSIX lockf #1631
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
Comments
pickfire
added a commit
to pickfire/libc
that referenced
this issue
Mar 25, 2020
pickfire
added a commit
to pickfire/libc
that referenced
this issue
Mar 25, 2020
Closed
pickfire
added a commit
to pickfire/libc
that referenced
this issue
Mar 26, 2020
cpu
pushed a commit
to cpu/libc
that referenced
this issue
Apr 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linux documentation says it is POSIX, so I think every unix system supported by Rust has this API, but I do not know if there is an exception. What I can tell is that Linux target triples should support it. Probably
#[cfg(unix)]
should be used.link to the linux documentation on this function (which seems to be POSIX compliant).
Example on playground:
The text was updated successfully, but these errors were encountered: