File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,8 @@ pub const NOTE_TRACK: ::uint32_t = 0x00000001;
293
293
pub const NOTE_TRACKERR : :: uint32_t = 0x00000002 ;
294
294
pub const NOTE_CHILD : :: uint32_t = 0x00000004 ;
295
295
296
+ pub const MSG_NOSIGNAL : :: uint32_t = 0x400 ;
297
+
296
298
extern {
297
299
pub fn mprotect ( addr : * mut :: c_void , len : :: size_t , prot : :: c_int )
298
300
-> :: c_int ;
Original file line number Diff line number Diff line change @@ -272,6 +272,8 @@ pub const CTL_P1003_1B_SIGQUEUE_MAX: ::c_int = 24;
272
272
pub const CTL_P1003_1B_TIMER_MAX : :: c_int = 25 ;
273
273
pub const CTL_P1003_1B_MAXID : :: c_int = 26 ;
274
274
275
+ pub const MSG_NOSIGNAL : :: c_int = 0x20000 ;
276
+
275
277
extern {
276
278
pub fn __error ( ) -> * mut :: c_int ;
277
279
Original file line number Diff line number Diff line change @@ -392,6 +392,8 @@ pub const SO_RCVLOWAT: ::c_int = 0x1004;
392
392
pub const SO_ERROR : :: c_int = 0x1007 ;
393
393
pub const SO_TYPE : :: c_int = 0x1008 ;
394
394
395
+ pub const MSG_NOSIGNAL : :: c_int = 0x400 ;
396
+
395
397
pub const IFF_LOOPBACK : :: c_int = 0x8 ;
396
398
397
399
pub const SHUT_RD : :: c_int = 0 ;
Original file line number Diff line number Diff line change @@ -548,6 +548,8 @@ pub const IPV6_V6ONLY: ::c_int = 30;
548
548
549
549
pub const SO_DEBUG : :: c_int = 0x00000004 ;
550
550
551
+ pub const MSG_NOSIGNAL : :: c_int = 0x0800 ;
552
+
551
553
pub const SHUT_RD : :: c_int = 0 ;
552
554
pub const SHUT_WR : :: c_int = 1 ;
553
555
pub const SHUT_RDWR : :: c_int = 2 ;
You can’t perform that action at this time.
0 commit comments