Fixed lint errors

This commit is contained in:
debris 2018-07-05 19:04:02 +02:00
parent ba46c0cbff
commit 41475bdedf

View file

@ -401,8 +401,8 @@ extern {
pub fn getpeereid(socket: ::c_int,
euid: *mut ::uid_t,
egid: *mut ::gid_t) -> ::c_int;
pub fn exchangedata(path1: *const ::c_char,
path2: *const ::c_char,
pub fn exchangedata(path1: *const ::c_char,
path2: *const ::c_char,
options: ::c_uint) -> ::c_int;
#[cfg_attr(target_os = "macos", link_name = "glob$INODE64")]