change exchangedata param c_long -> c_ulong

This commit is contained in:
debris 2018-08-01 13:29:15 +02:00
parent 3d5c968b20
commit e131bd1b1d

View File

@ -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;