File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/unix/linux_like/linux/musl/b32 Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ pub const ESOCKTNOSUPPORT: ::c_int = 94;
222
222
pub const ESTALE : :: c_int = 116 ;
223
223
pub const ESTRPIPE : :: c_int = 86 ;
224
224
pub const ETOOMANYREFS : :: c_int = 109 ;
225
+ pub const ETIMEDOUT : :: c_int = 110 ;
225
226
pub const EUCLEAN : :: c_int = 117 ;
226
227
pub const EUNATCH : :: c_int = 49 ;
227
228
pub const EUSERS : :: c_int = 87 ;
@@ -299,6 +300,8 @@ pub const SIGPOLL: ::c_int = 29;
299
300
pub const SIGPROF : :: c_int = 27 ;
300
301
pub const SIGPWR : :: c_int = 30 ;
301
302
pub const SIGSTKFLT : :: c_int = 16 ;
303
+ pub const SIGSTKSZ : :: size_t = 8192 ;
304
+ pub const MINSIGSTKSZ : :: size_t = 2048 ;
302
305
pub const SIGSTOP : :: c_int = 19 ;
303
306
pub const SIGSYS : :: c_int = 31 ;
304
307
pub const SIGTSTP : :: c_int = 20 ;
You can’t perform that action at this time.
0 commit comments