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
785785MSG_NOERROR
786786MSG_NOSIGNAL
787787MSG_NOTIFICATION
788+ MSG_WAITFORONE
788789NANOSECOND
789790NETGRAPHDISC
790791NET_RT_DUMP
Original file line number Diff line number Diff line change @@ -527,6 +527,7 @@ MSG_CMSG_CLOEXEC
527527MSG_DONTWAIT
528528MSG_MCAST
529529MSG_NOSIGNAL
530+ MSG_WAITFORONE
530531MNT_LAZY
531532MNT_NOWAIT
532533MNT_WAIT
Original file line number Diff line number Diff line change @@ -3696,6 +3696,7 @@ pub const MSG_NBIO: ::c_int = 0x00004000;
36963696pub const MSG_COMPAT : :: c_int = 0x00008000 ;
36973697pub const MSG_CMSG_CLOEXEC : :: c_int = 0x00040000 ;
36983698pub const MSG_NOSIGNAL : :: c_int = 0x20000 ;
3699+ pub const MSG_WAITFORONE : :: c_int = 0x00080000 ;
36993700
37003701// utmpx entry types
37013702pub 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;
10731073pub const TCP_MD5SIG : :: c_int = 0x04 ;
10741074pub const TCP_NOPUSH : :: c_int = 0x10 ;
10751075
1076+ pub const MSG_WAITFORONE : :: c_int = 0x1000 ;
1077+
10761078pub const AF_ECMA : :: c_int = 8 ;
10771079pub const AF_ROUTE : :: c_int = 17 ;
10781080pub const AF_ENCAP : :: c_int = 28 ;
You can’t perform that action at this time.
0 commit comments