File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -202,8 +202,6 @@ pub const _SC_RTSIG_MAX : ::c_int = 66;
202
202
pub const _SC_SIGQUEUE_MAX : :: c_int = 70 ;
203
203
pub const _SC_TIMER_MAX : :: c_int = 93 ;
204
204
205
- pub const SIGSTKSZ : :: size_t = 131072 ;
206
-
207
205
pub const FD_SETSIZE : usize = 1024 ;
208
206
209
207
pub const ST_NOSUID : :: c_ulong = 2 ;
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ pub const SIGSEGV : ::c_int = 11;
123
123
pub const SIGPIPE : :: c_int = 13 ;
124
124
pub const SIGALRM : :: c_int = 14 ;
125
125
pub const SIGTERM : :: c_int = 15 ;
126
+ pub const SIGSTKSZ : :: size_t = 40960 ;
126
127
127
128
pub const PROT_NONE : :: c_int = 0 ;
128
129
pub const PROT_READ : :: c_int = 1 ;
Original file line number Diff line number Diff line change @@ -269,8 +269,6 @@ pub const _SC_SHARED_MEMORY_OBJECTS : ::c_int = 87;
269
269
pub const _SC_SYNCHRONIZED_IO : :: c_int = 31 ;
270
270
pub const _SC_TIMERS : :: c_int = 44 ;
271
271
272
- pub const SIGSTKSZ : :: size_t = 0xa000 ;
273
-
274
272
pub const FD_SETSIZE : usize = 0x100 ;
275
273
276
274
pub const ST_NOSUID : :: c_ulong = 8 ;
Original file line number Diff line number Diff line change @@ -205,8 +205,6 @@ pub const _SC_RTSIG_MAX : ::c_int = 66;
205
205
pub const _SC_SIGQUEUE_MAX : :: c_int = 70 ;
206
206
pub const _SC_TIMER_MAX : :: c_int = 93 ;
207
207
208
- pub const SIGSTKSZ : :: size_t = 40960 ;
209
-
210
208
pub const FD_SETSIZE : usize = 1024 ;
211
209
212
210
pub const ST_NOSUID : :: c_ulong = 2 ;
You can’t perform that action at this time.
0 commit comments