We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fae021 commit 768824dCopy full SHA for 768824d
src/sys/socket.rs
@@ -1,4 +1,5 @@
1
use std::{mem, ptr, fmt};
2
+use std::num::Int;
3
use libc::{c_void, c_int, socklen_t, size_t, ssize_t};
4
use fcntl::{Fd, fcntl, F_SETFL, F_SETFD, FD_CLOEXEC, O_NONBLOCK};
5
use errno::{SysResult, SysError, from_ffi};
0 commit comments