File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1017,6 +1017,8 @@ pub const SF_IMMUTABLE: ::c_ulong = 0x00020000;
1017
1017
pub const SF_APPEND : :: c_ulong = 0x00040000 ;
1018
1018
pub const SF_NOUNLINK : :: c_ulong = 0x00100000 ;
1019
1019
1020
+ pub const TIMER_ABSTIME : :: c_int = 1 ;
1021
+
1020
1022
f ! {
1021
1023
pub fn WIFCONTINUED ( status: :: c_int) -> bool {
1022
1024
status == 0x13
Original file line number Diff line number Diff line change @@ -332,8 +332,6 @@ pub const POLLWRNORM: ::c_short = 0x004;
332
332
pub const POLLRDBAND : :: c_short = 0x080 ;
333
333
pub const POLLWRBAND : :: c_short = 0x100 ;
334
334
335
- pub const TIMER_ABSTIME : :: c_int = 1 ;
336
-
337
335
f ! {
338
336
pub fn CMSG_FIRSTHDR ( mhdr: * const msghdr) -> * mut cmsghdr {
339
337
if ( * mhdr) . msg_controllen as usize >= mem:: size_of:: <cmsghdr>( ) {
Original file line number Diff line number Diff line change @@ -589,6 +589,8 @@ pub const SF_ARCHIVED: ::c_ulong = 0x00010000;
589
589
pub const SF_IMMUTABLE : :: c_ulong = 0x00020000 ;
590
590
pub const SF_APPEND : :: c_ulong = 0x00040000 ;
591
591
592
+ pub const TIMER_ABSTIME : :: c_int = 1 ;
593
+
592
594
f ! {
593
595
pub fn WSTOPSIG ( status: :: c_int) -> :: c_int {
594
596
status >> 8
You can’t perform that action at this time.
0 commit comments