Skip to content

Commit 6d9c681

Browse files
committed
Correct ioctl(2) interface definition for musl/ppc64
1 parent c75ca64 commit 6d9c681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/linux/musl/b64/powerpc64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,5 +568,5 @@ pub const B3500000: ::speed_t = 0o00035;
568568
pub const B4000000: ::speed_t = 0o00036;
569569

570570
extern {
571-
pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
571+
pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
572572
}

0 commit comments

Comments
 (0)