File tree 4 files changed +5
-0
lines changed
4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 65
65
}
66
66
67
67
pub const FIOCLEX : c_ulong = 0x20006601 ;
68
+ pub const FIONBIO : :: c_int = 0x8004667e ;
68
69
69
70
pub const SA_ONSTACK : :: c_int = 0x0001 ;
70
71
pub const SA_SIGINFO : :: c_int = 0x0040 ;
Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ pub const L_tmpnam: ::c_uint = 1024;
96
96
pub const TMP_MAX : :: c_uint = 308915776 ;
97
97
pub const _PC_NAME_MAX: :: c_int = 4 ;
98
98
99
+ pub const FIONBIO : :: c_int = 0x5421 ;
100
+
99
101
pub const _SC_ARG_MAX: :: c_int = 0 ;
100
102
pub const _SC_BC_BASE_MAX: :: c_int = 1 ;
101
103
pub const _SC_BC_DIM_MAX: :: c_int = 2 ;
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 32;
202
202
pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4 ;
203
203
204
204
pub const FIOCLEX : :: c_ulong = 0x6601 ;
205
+ pub const FIONBIO : :: c_int = 0x667e ;
205
206
206
207
pub const SA_ONSTACK : :: c_ulong = 0x08000000 ;
207
208
pub const SA_SIGINFO : :: c_ulong = 0x00000008 ;
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ pub const TCP_TIMESTAMP: ::c_int = 24;
167
167
pub const SO_REUSEPORT : :: c_int = 15 ;
168
168
169
169
pub const FIOCLEX : :: c_ulong = 0x5451 ;
170
+ pub const FIONBIO : :: c_int = 0x5421 ;
170
171
171
172
pub const SA_ONSTACK : :: c_ulong = 0x08000000 ;
172
173
pub const SA_SIGINFO : :: c_ulong = 0x00000004 ;
You can’t perform that action at this time.
0 commit comments