Fix lint issue

This commit is contained in:
Steve Akinyemi 2019-01-17 14:51:57 +01:00
parent 33f10e09f9
commit 946ac8058b

View File

@ -336,7 +336,7 @@ pub extern "C" fn ___syscall102(
unsafe {
ioctl(fd, FIOCLEX);
};
type T = u32;
let payload = 1 as *const T as *const c_void;
unsafe {