Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
appcypher committed Jan 17, 2019
1 parent 33f10e0 commit 946ac80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/emscripten/syscalls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 946ac80

Please sign in to comment.