Skip to content

Commit e131bd1

Browse files
committed
change exchangedata param c_long -> c_ulong
1 parent 3d5c968 commit e131bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,7 @@ extern {
24812481
flags: ::c_uint) -> ::c_int;
24822482
pub fn exchangedata(path1: *const ::c_char,
24832483
path2: *const ::c_char,
2484-
options: ::c_long) -> ::c_int;
2484+
options: ::c_ulong) -> ::c_int;
24852485
pub fn fremovexattr(filedes: ::c_int, name: *const ::c_char,
24862486
flags: ::c_int) -> ::c_int;
24872487

0 commit comments

Comments
 (0)