Skip to content

Commit 5b6bab0

Browse files
committed
solaris defs missing
1 parent 66e0bf1 commit 5b6bab0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/unix/solaris/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ pub const EPOLLET: ::c_int = 0x80000000;
5050
pub const EPOLLRDHUP: ::c_int = 0x2000;
5151
pub const EPOLLEXCLUSIVE: ::c_int = 0x10000000;
5252
pub const EPOLLONESHOT: ::c_int = 0x40000000;
53-
54-
53+
pub const EPOLL_CLOEXEC: ::c_int = 0x02000000;
5554
pub const EPOLL_CTL_ADD: ::c_int = 1;
5655
pub const EPOLL_CTL_MOD: ::c_int = 3;
5756
pub const EPOLL_CTL_DEL: ::c_int = 2;

0 commit comments

Comments
 (0)