File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 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;
187187
188188pub const SA_ONSTACK : :: c_ulong = 0x08000000 ;
189189pub const SA_SIGINFO : :: c_ulong = 0x00000004 ;
190- pub const SA_NOCLDWAIT : :: c_int = 0x00000002 ;
190+ pub const SA_NOCLDWAIT : :: c_ulong = 0x00000002 ;
191191
192192pub const SIGCHLD : :: c_int = 17 ;
193193pub 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;
227227pub const FIOCLEX : :: c_ulong = 0x6601 ;
228228pub const FIONBIO : :: c_ulong = 0x667e ;
229229
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 ;
233233
234234pub const SIGCHLD : :: c_int = 18 ;
235235pub 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;
171171pub const FIOCLEX : :: c_ulong = 0x5451 ;
172172pub const FIONBIO : :: c_ulong = 0x5421 ;
173173
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 ;
176176pub const SA_NOCLDWAIT : :: c_int = 0x00000002 ;
177177
178178pub const SIGCHLD : :: c_int = 17 ;
You can’t perform that action at this time.
0 commit comments