File tree Expand file tree Collapse file tree 21 files changed +21
-0
lines changed Expand file tree Collapse file tree 21 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -785,6 +785,7 @@ pub const PTHREAD_MUTEX_ERRORCHECK: ::c_int = 2;
785
785
pub const PTHREAD_MUTEX_DEFAULT : :: c_int = PTHREAD_MUTEX_NORMAL ;
786
786
787
787
pub const FIOCLEX : :: c_int = 0x5451 ;
788
+ pub const FIONCLEX : :: c_int = 0x5450 ;
788
789
789
790
pub const SIGCHLD : :: c_int = 17 ;
790
791
pub const SIGBUS : :: c_int = 7 ;
Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ pub const SOCK_STREAM: ::c_int = 1;
322
322
pub const SOCK_DGRAM : :: c_int = 2 ;
323
323
324
324
pub const FIOCLEX : :: c_ulong = 0x5451 ;
325
+ pub const FIONCLEX : :: c_ulong = 0x5450 ;
325
326
pub const FIONBIO : :: c_ulong = 0x5421 ;
326
327
327
328
pub const MCL_CURRENT : :: c_int = 0x0001 ;
Original file line number Diff line number Diff line change @@ -698,6 +698,7 @@ pub const SO_ATTACH_BPF: ::c_int = 50;
698
698
pub const SO_DETACH_BPF : :: c_int = SO_DETACH_FILTER ;
699
699
700
700
pub const FIOCLEX : :: c_ulong = 0x6601 ;
701
+ pub const FIONCLEX : :: c_ulong = 0x6602 ;
701
702
pub const FIONBIO : :: c_ulong = 0x667e ;
702
703
703
704
pub const SA_SIGINFO : :: c_int = 0x00000008 ;
Original file line number Diff line number Diff line change @@ -324,6 +324,7 @@ pub const SOCK_STREAM: ::c_int = 1;
324
324
pub const SOCK_DGRAM : :: c_int = 2 ;
325
325
326
326
pub const FIOCLEX : :: c_ulong = 0x20006601 ;
327
+ pub const FIONCLEX : :: c_ulong = 0x20006602 ;
327
328
pub const FIONBIO : :: c_ulong = 0x8004667e ;
328
329
329
330
pub const MCL_CURRENT : :: c_int = 0x2000 ;
Original file line number Diff line number Diff line change @@ -529,6 +529,7 @@ pub const F_GETOWN: ::c_int = 9;
529
529
pub const F_SETOWN : :: c_int = 8 ;
530
530
531
531
pub const FIOCLEX : :: c_ulong = 0x5451 ;
532
+ pub const FIONCLEX : :: c_ulong = 0x5450 ;
532
533
pub const FIONBIO : :: c_ulong = 0x5421 ;
533
534
534
535
pub const PTRACE_GETFPXREGS : :: c_uint = 18 ;
Original file line number Diff line number Diff line change @@ -529,6 +529,7 @@ pub const MAP_HUGETLB: ::c_int = 0x040000;
529
529
pub const EDEADLOCK : :: c_int = 35 ;
530
530
531
531
pub const FIOCLEX : :: c_ulong = 0x5451 ;
532
+ pub const FIONCLEX : :: c_ulong = 0x5450 ;
532
533
pub const FIONBIO : :: c_ulong = 0x5421 ;
533
534
534
535
pub const MCL_CURRENT : :: c_int = 0x0001 ;
Original file line number Diff line number Diff line change @@ -785,6 +785,7 @@ pub const SO_ATTACH_BPF: ::c_int = 50;
785
785
pub const SO_DETACH_BPF : :: c_int = SO_DETACH_FILTER ;
786
786
787
787
pub const FIOCLEX : :: c_ulong = 0x6601 ;
788
+ pub const FIONCLEX : :: c_ulong = 0x6602 ;
788
789
pub const FIONBIO : :: c_ulong = 0x667e ;
789
790
790
791
pub const SA_ONSTACK : :: c_int = 0x08000000 ;
Original file line number Diff line number Diff line change @@ -545,6 +545,7 @@ pub const EISNAM: ::c_int = 120;
545
545
pub const EREMOTEIO : :: c_int = 121 ;
546
546
547
547
pub const FIOCLEX : :: c_ulong = 0x20006601 ;
548
+ pub const FIONCLEX : :: c_ulong = 0x20006602 ;
548
549
pub const FIONBIO : :: c_ulong = 0x8004667e ;
549
550
550
551
pub const MCL_CURRENT : :: c_int = 0x2000 ;
Original file line number Diff line number Diff line change @@ -333,6 +333,7 @@ pub const ENOSYS: ::c_int = 38;
333
333
pub const ENOTCONN : :: c_int = 107 ;
334
334
pub const ETIMEDOUT : :: c_int = 110 ;
335
335
pub const FIOCLEX : :: c_ulong = 0x5451 ;
336
+ pub const FIONCLEX : :: c_ulong = 0x5450 ;
336
337
pub const FIONBIO : :: c_ulong = 0x5421 ;
337
338
pub const O_APPEND : :: c_int = 1024 ;
338
339
pub const O_CREAT : :: c_int = 64 ;
Original file line number Diff line number Diff line change @@ -497,6 +497,7 @@ pub const SO_RCVTIMEO: ::c_int = 0x2000;
497
497
pub const SO_SNDTIMEO : :: c_int = 0x4000 ;
498
498
499
499
pub const FIOCLEX : :: c_ulong = 0x20006601 ;
500
+ pub const FIONCLEX : :: c_ulong = 0x20006602 ;
500
501
pub const FIONBIO : :: c_ulong = 0x8004667e ;
501
502
502
503
pub const MCL_CURRENT : :: c_int = 0x2000 ;
You can’t perform that action at this time.
0 commit comments