change exchangedata param c_long -> c_ulong
This commit is contained in:
parent
3d5c968b20
commit
e131bd1b1d
@ -2481,7 +2481,7 @@ extern {
|
||||
flags: ::c_uint) -> ::c_int;
|
||||
pub fn exchangedata(path1: *const ::c_char,
|
||||
path2: *const ::c_char,
|
||||
options: ::c_long) -> ::c_int;
|
||||
options: ::c_ulong) -> ::c_int;
|
||||
pub fn fremovexattr(filedes: ::c_int, name: *const ::c_char,
|
||||
flags: ::c_int) -> ::c_int;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user