Skip to content

Commit 93a1995

Browse files
committed
Auto merge of #1097 - AdelieLinux:master, r=alexcrichton
Correct ioctl(2) interface definition for musl/ppc64
2 parents 814ce1e + 6d9c681 commit 93a1995

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
@@ -571,5 +571,5 @@ pub const B3500000: ::speed_t = 0o00035;
571571
pub const B4000000: ::speed_t = 0o00036;
572572

573573
extern {
574-
pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
574+
pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
575575
}

0 commit comments

Comments
 (0)