Skip to content
Snippets Groups Projects
Unverified Commit 6d9c681f authored by A. Wilcox's avatar A. Wilcox
Browse files

Correct ioctl(2) interface definition for musl/ppc64

parent c75ca646
No related branches found
No related tags found
No related merge requests found
......@@ -568,5 +568,5 @@ pub const B3500000: ::speed_t = 0o00035;
pub const B4000000: ::speed_t = 0o00036;
extern {
pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment