File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -792,9 +792,6 @@ pub const EPROTO: ::c_int = 71;
792
792
pub const EDOTDOT : :: c_int = 73 ;
793
793
794
794
pub const EPOLL_CLOEXEC : :: c_int = 0x80000 ;
795
- pub const EPOLLONESHOT : :: c_int = 0x40000000 ;
796
- pub const EPOLLRDHUP : :: c_int = 0x00002000 ;
797
- pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
798
795
799
796
// sys/eventfd.h
800
797
pub const EFD_SEMAPHORE : :: c_int = 0x1 ;
Original file line number Diff line number Diff line change @@ -965,9 +965,7 @@ 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 EPOLLRDHUP : :: c_int = 0x2000 ;
969
968
pub const EPOLLEXCLUSIVE : :: c_int = 0x10000000 ;
970
- pub const EPOLLONESHOT : :: c_int = 0x40000000 ;
971
969
972
970
pub const QFMT_VFS_OLD : :: c_int = 1 ;
973
971
pub const QFMT_VFS_V0 : :: c_int = 2 ;
@@ -1372,8 +1370,6 @@ pub const PTRACE_INTERRUPT: ::c_int = 0x4207;
1372
1370
pub const PTRACE_LISTEN : :: c_int = 0x4208 ;
1373
1371
pub const PTRACE_PEEKSIGINFO : :: c_int = 0x4209 ;
1374
1372
1375
- pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
1376
-
1377
1373
pub const PTRACE_GETFPREGS : :: c_uint = 14 ;
1378
1374
pub const PTRACE_SETFPREGS : :: c_uint = 15 ;
1379
1375
pub const PTRACE_GETFPXREGS : :: c_uint = 18 ;
Original file line number Diff line number Diff line change @@ -1551,10 +1551,7 @@ 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 EPOLLRDHUP : :: c_int = 0x2000 ;
1555
1554
pub const EPOLLEXCLUSIVE : :: c_int = 0x10000000 ;
1556
- pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
1557
- pub const EPOLLONESHOT : :: c_int = 0x40000000 ;
1558
1555
1559
1556
pub const QFMT_VFS_OLD : :: c_int = 1 ;
1560
1557
pub const QFMT_VFS_V0 : :: c_int = 2 ;
Original file line number Diff line number Diff line change @@ -1035,6 +1035,9 @@ pub const EPOLLRDBAND: ::c_int = 0x80;
1035
1035
pub const EPOLLWRNORM : :: c_int = 0x100 ;
1036
1036
pub const EPOLLWRBAND : :: c_int = 0x200 ;
1037
1037
pub const EPOLLMSG : :: c_int = 0x400 ;
1038
+ pub const EPOLLRDHUP : :: c_int = 0x2000 ;
1039
+ pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
1040
+ pub const EPOLLONESHOT : :: c_int = 0x40000000 ;
1038
1041
pub const EPOLLET : :: c_int = 0x80000000 ;
1039
1042
1040
1043
pub const EPOLL_CTL_ADD : :: c_int = 1 ;
You can’t perform that action at this time.
0 commit comments