File tree Expand file tree Collapse file tree 11 files changed +11
-0
lines changed Expand file tree Collapse file tree 11 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -584,6 +584,7 @@ pub const MCL_CURRENT: ::c_int = 0x0001;
584584pub const MCL_FUTURE : :: c_int = 0x0002 ;
585585
586586pub const SIGSTKSZ : :: size_t = 8192 ;
587+ pub const MINSIGSTKSZ : :: size_t = 2048 ;
587588pub const CBAUD : :: tcflag_t = 0o0010017 ;
588589pub const TAB1 : :: c_int = 0x00000800 ;
589590pub const TAB2 : :: c_int = 0x00001000 ;
Original file line number Diff line number Diff line change @@ -420,6 +420,7 @@ pub const MCL_CURRENT: ::c_int = 0x0001;
420420pub const MCL_FUTURE : :: c_int = 0x0002 ;
421421
422422pub const SIGSTKSZ : :: size_t = 8192 ;
423+ pub const MINSIGSTKSZ : :: size_t = 2048 ;
423424pub const CBAUD : :: tcflag_t = 0o0010017 ;
424425pub const TAB1 : :: c_int = 0x00000800 ;
425426pub const TAB2 : :: c_int = 0x00001000 ;
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ pub const MCL_CURRENT: ::c_int = 0x0001;
239239pub const MCL_FUTURE : :: c_int = 0x0002 ;
240240
241241pub const SIGSTKSZ : :: size_t = 8192 ;
242+ pub const MINSIGSTKSZ : :: size_t = 2048 ;
242243pub const CBAUD : :: tcflag_t = 0o0010017 ;
243244pub const TAB1 : :: c_int = 0x00000800 ;
244245pub const TAB2 : :: c_int = 0x00001000 ;
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ pub const MCL_CURRENT: ::c_int = 0x0001;
100100pub const MCL_FUTURE : :: c_int = 0x0002 ;
101101
102102pub const SIGSTKSZ : :: size_t = 8192 ;
103+ pub const MINSIGSTKSZ : :: size_t = 2048 ;
103104pub const CBAUD : :: tcflag_t = 0o0010017 ;
104105pub const TAB1 : :: c_int = 0x00000800 ;
105106pub const TAB2 : :: c_int = 0x00001000 ;
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ pub const MCL_CURRENT: ::c_int = 0x2000;
103103pub const MCL_FUTURE : :: c_int = 0x4000 ;
104104
105105pub const SIGSTKSZ : :: size_t = 0x4000 ;
106+ pub const MINSIGSTKSZ : :: size_t = 4096 ;
106107pub const CBAUD : :: tcflag_t = 0xff ;
107108pub const TAB1 : :: c_int = 0x400 ;
108109pub const TAB2 : :: c_int = 0x800 ;
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ pub const MCL_CURRENT: ::c_int = 0x0001;
141141pub const MCL_FUTURE : :: c_int = 0x0002 ;
142142
143143pub const SIGSTKSZ : :: size_t = 8192 ;
144+ pub const MINSIGSTKSZ : :: size_t = 2048 ;
144145pub const CBAUD : :: tcflag_t = 0o0010017 ;
145146pub const TAB1 : :: c_int = 0x00000800 ;
146147pub const TAB2 : :: c_int = 0x00001000 ;
Original file line number Diff line number Diff line change @@ -344,6 +344,7 @@ pub const MCL_CURRENT: ::c_int = 0x0001;
344344pub const MCL_FUTURE : :: c_int = 0x0002 ;
345345
346346pub const SIGSTKSZ : :: size_t = 16384 ;
347+ pub const MINSIGSTKSZ : :: size_t = 5120 ;
347348pub const CBAUD : :: tcflag_t = 0o0010017 ;
348349pub const TAB1 : :: c_int = 0x00000800 ;
349350pub const TAB2 : :: c_int = 0x00001000 ;
Original file line number Diff line number Diff line change @@ -342,6 +342,7 @@ pub const MCL_CURRENT: ::c_int = 0x2000;
342342pub const MCL_FUTURE : :: c_int = 0x4000 ;
343343
344344pub const SIGSTKSZ : :: size_t = 0x4000 ;
345+ pub const MINSIGSTKSZ : :: size_t = 4096 ;
345346pub const CBAUD : :: tcflag_t = 0xff ;
346347pub const TAB1 : :: c_int = 0x400 ;
347348pub const TAB2 : :: c_int = 0x800 ;
Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ pub const MCL_CURRENT: ::c_int = 0x2000;
301301pub const MCL_FUTURE : :: c_int = 0x4000 ;
302302
303303pub const SIGSTKSZ : :: size_t = 16384 ;
304+ pub const MINSIGSTKSZ : :: size_t = 4096 ;
304305pub const CBAUD : :: tcflag_t = 0x0000100f ;
305306pub const TAB1 : :: c_int = 0x800 ;
306307pub const TAB2 : :: c_int = 0x1000 ;
Original file line number Diff line number Diff line change @@ -402,6 +402,7 @@ pub const MCL_CURRENT: ::c_int = 0x0001;
402402pub const MCL_FUTURE : :: c_int = 0x0002 ;
403403
404404pub const SIGSTKSZ : :: size_t = 8192 ;
405+ pub const MINSIGSTKSZ : :: size_t = 2048 ;
405406pub const CBAUD : :: tcflag_t = 0o0010017 ;
406407pub const TAB1 : :: c_int = 0x00000800 ;
407408pub const TAB2 : :: c_int = 0x00001000 ;
You can’t perform that action at this time.
0 commit comments