File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -430,6 +430,7 @@ EPFNOSUPPORT
430
430
EPIPE
431
431
EPOLLERR
432
432
EPOLLET
433
+ EPOLLEXCLUSIVE
433
434
EPOLLHUP
434
435
EPOLLIN
435
436
EPOLLMSG
Original file line number Diff line number Diff line change @@ -965,8 +965,6 @@ pub const SHM_UNLOCK: ::c_int = 12;
965
965
pub const SHM_HUGETLB : :: c_int = 0o4000 ;
966
966
pub const SHM_NORESERVE : :: c_int = 0o10000 ;
967
967
968
- pub const EPOLLEXCLUSIVE : :: c_int = 0x10000000 ;
969
-
970
968
pub const QFMT_VFS_OLD : :: c_int = 1 ;
971
969
pub const QFMT_VFS_V0 : :: c_int = 2 ;
972
970
Original file line number Diff line number Diff line change @@ -1551,8 +1551,6 @@ pub const SHM_HUGETLB: ::c_int = 0o4000;
1551
1551
#[ cfg( not( all( target_env = "uclibc" , target_arch = "mips" ) ) ) ]
1552
1552
pub const SHM_NORESERVE : :: c_int = 0o10000 ;
1553
1553
1554
- pub const EPOLLEXCLUSIVE : :: c_int = 0x10000000 ;
1555
-
1556
1554
pub const QFMT_VFS_OLD : :: c_int = 1 ;
1557
1555
pub const QFMT_VFS_V0 : :: c_int = 2 ;
1558
1556
pub const QFMT_VFS_V1 : :: c_int = 4 ;
Original file line number Diff line number Diff line change @@ -1036,6 +1036,7 @@ pub const EPOLLWRNORM: ::c_int = 0x100;
1036
1036
pub const EPOLLWRBAND : :: c_int = 0x200 ;
1037
1037
pub const EPOLLMSG : :: c_int = 0x400 ;
1038
1038
pub const EPOLLRDHUP : :: c_int = 0x2000 ;
1039
+ pub const EPOLLEXCLUSIVE : :: c_int = 0x10000000 ;
1039
1040
pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
1040
1041
pub const EPOLLONESHOT : :: c_int = 0x40000000 ;
1041
1042
pub const EPOLLET : :: c_int = 0x80000000 ;
You can’t perform that action at this time.
0 commit comments