File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -950,6 +950,8 @@ pub const EOF: ::c_int = -1;
950
950
pub const SEEK_SET : :: c_int = 0 ;
951
951
pub const SEEK_CUR : :: c_int = 1 ;
952
952
pub const SEEK_END : :: c_int = 2 ;
953
+ pub const SEEK_DATA : :: c_int = 3 ;
954
+ pub const SEEK_HOLE : :: c_int = 4 ;
953
955
pub const _IOFBF: :: c_int = 0 ;
954
956
pub const _IONBF: :: c_int = 4 ;
955
957
pub const _IOLBF: :: c_int = 64 ;
@@ -1835,6 +1837,7 @@ pub const EPOLLHUP: ::c_int = 0x10;
1835
1837
pub const EPOLLET : :: c_int = 0x80000000 ;
1836
1838
pub const EPOLLRDHUP : :: c_int = 0x2000 ;
1837
1839
pub const EPOLLONESHOT : :: c_int = 0x40000000 ;
1840
+ pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
1838
1841
pub const EPOLL_CLOEXEC : :: c_int = 0x80000 ;
1839
1842
pub const EPOLL_CTL_ADD : :: c_int = 1 ;
1840
1843
pub const EPOLL_CTL_MOD : :: c_int = 3 ;
You can’t perform that action at this time.
0 commit comments