File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ pub const FIOCLEX: ::c_ulong = 0x5451;
187
187
188
188
pub const SA_ONSTACK : :: c_ulong = 0x08000000 ;
189
189
pub const SA_SIGINFO : :: c_ulong = 0x00000004 ;
190
- pub const SA_NOCLDWAIT : :: c_int = 0x00000002 ;
190
+ pub const SA_NOCLDWAIT : :: c_ulong = 0x00000002 ;
191
191
192
192
pub const SIGCHLD : :: c_int = 17 ;
193
193
pub const SIGBUS : :: c_int = 7 ;
Original file line number Diff line number Diff line change @@ -227,9 +227,9 @@ pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
227
227
pub const FIOCLEX : :: c_ulong = 0x6601 ;
228
228
pub const FIONBIO : :: c_ulong = 0x667e ;
229
229
230
- pub const SA_ONSTACK : :: c_ulong = 0x08000000 ;
231
- pub const SA_SIGINFO : :: c_ulong = 0x00000008 ;
232
- pub const SA_NOCLDWAIT : :: c_int = 0x00010000 ;
230
+ pub const SA_ONSTACK : :: c_uint = 0x08000000 ;
231
+ pub const SA_SIGINFO : :: c_uint = 0x00000008 ;
232
+ pub const SA_NOCLDWAIT : :: c_uint = 0x00010000 ;
233
233
234
234
pub const SIGCHLD : :: c_int = 18 ;
235
235
pub const SIGBUS : :: c_int = 10 ;
Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ pub const TCP_TIMESTAMP: ::c_int = 24;
171
171
pub const FIOCLEX : :: c_ulong = 0x5451 ;
172
172
pub const FIONBIO : :: c_ulong = 0x5421 ;
173
173
174
- pub const SA_ONSTACK : :: c_ulong = 0x08000000 ;
175
- pub const SA_SIGINFO : :: c_ulong = 0x00000004 ;
174
+ pub const SA_ONSTACK : :: c_int = 0x08000000 ;
175
+ pub const SA_SIGINFO : :: c_int = 0x00000004 ;
176
176
pub const SA_NOCLDWAIT : :: c_int = 0x00000002 ;
177
177
178
178
pub const SIGCHLD : :: c_int = 17 ;
You can’t perform that action at this time.
0 commit comments