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;
202202pub const _SC_SIGQUEUE_MAX : :: c_int = 70 ;
203203pub const _SC_TIMER_MAX : :: c_int = 93 ;
204204
205- pub const SIGSTKSZ : :: size_t = 131072 ;
206-
207205pub const FD_SETSIZE : usize = 1024 ;
208206
209207pub 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;
123123pub const SIGPIPE : :: c_int = 13 ;
124124pub const SIGALRM : :: c_int = 14 ;
125125pub const SIGTERM : :: c_int = 15 ;
126+ pub const SIGSTKSZ : :: size_t = 40960 ;
126127
127128pub const PROT_NONE : :: c_int = 0 ;
128129pub 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;
269269pub const _SC_SYNCHRONIZED_IO : :: c_int = 31 ;
270270pub const _SC_TIMERS : :: c_int = 44 ;
271271
272- pub const SIGSTKSZ : :: size_t = 0xa000 ;
273-
274272pub const FD_SETSIZE : usize = 0x100 ;
275273
276274pub 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;
205205pub const _SC_SIGQUEUE_MAX : :: c_int = 70 ;
206206pub const _SC_TIMER_MAX : :: c_int = 93 ;
207207
208- pub const SIGSTKSZ : :: size_t = 40960 ;
209-
210208pub const FD_SETSIZE : usize = 1024 ;
211209
212210pub const ST_NOSUID : :: c_ulong = 2 ;
You can’t perform that action at this time.
0 commit comments