-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
liblibc: correct Linux ioctl request type #26809
Conversation
On OSX the manpage says:
On linux (ubuntu) it says:
How'd this arise? |
That man page (probably ioctl(3p)) is wrong, if you look at the actual |
(It even has the standard "Linux implementation of this interface may differ" disclaimer up top!) |
Fascinating! I'm losing trust in manpages quickly now! @bors: r+ cea9330bd11379ef56ee0c4f80b44f228660b9e9 |
⌛ Testing commit cea9330 with merge 7965f57... |
💔 Test failed - auto-linux-64-nopt-t |
@alexcrichton The man pages in section 2 and 3 can usually be trusted, but not section 3p (they're just the POSIX manuals imported directly). But I almost always skip them and go straight to the headers. |
@bors: r=alexcrichton rollup |
📌 Commit f2fc920 has been approved by |
…libc This PR fixes the issue upstream rust-lang/rust#26809 but no version 0.2.0 of the crate has been published as of yet. Signed-off-by: Paul Osborne <[email protected]>
…libc This PR fixes the issue upstream rust-lang/rust#26809 but no version 0.2.0 of the crate has been published as of yet. Signed-off-by: Paul Osborne <[email protected]>
No description provided.