File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -785,6 +785,7 @@ MSG_NBIO
785
785
MSG_NOERROR
786
786
MSG_NOSIGNAL
787
787
MSG_NOTIFICATION
788
+ MSG_WAITFORONE
788
789
NANOSECOND
789
790
NETGRAPHDISC
790
791
NET_RT_DUMP
Original file line number Diff line number Diff line change @@ -527,6 +527,7 @@ MSG_CMSG_CLOEXEC
527
527
MSG_DONTWAIT
528
528
MSG_MCAST
529
529
MSG_NOSIGNAL
530
+ MSG_WAITFORONE
530
531
MNT_LAZY
531
532
MNT_NOWAIT
532
533
MNT_WAIT
Original file line number Diff line number Diff line change @@ -3696,6 +3696,7 @@ pub const MSG_NBIO: ::c_int = 0x00004000;
3696
3696
pub const MSG_COMPAT : :: c_int = 0x00008000 ;
3697
3697
pub const MSG_CMSG_CLOEXEC : :: c_int = 0x00040000 ;
3698
3698
pub const MSG_NOSIGNAL : :: c_int = 0x20000 ;
3699
+ pub const MSG_WAITFORONE : :: c_int = 0x00080000 ;
3699
3700
3700
3701
// utmpx entry types
3701
3702
pub const EMPTY : :: c_short = 0 ;
Original file line number Diff line number Diff line change @@ -1073,6 +1073,8 @@ pub const IP_RECVIF: ::c_int = 30;
1073
1073
pub const TCP_MD5SIG : :: c_int = 0x04 ;
1074
1074
pub const TCP_NOPUSH : :: c_int = 0x10 ;
1075
1075
1076
+ pub const MSG_WAITFORONE : :: c_int = 0x1000 ;
1077
+
1076
1078
pub const AF_ECMA : :: c_int = 8 ;
1077
1079
pub const AF_ROUTE : :: c_int = 17 ;
1078
1080
pub const AF_ENCAP : :: c_int = 28 ;
You can’t perform that action at this time.
0 commit comments