define PTHREAD_STACK_MIN

This commit is contained in:
auronandace
2026-02-01 14:59:48 +00:00
parent 84de07395c
commit e492dd29ba
+1
View File
@@ -119,3 +119,4 @@ pub const RE_DUP_MAX: c_long = _POSIX2_RE_DUP_MAX;
pub const PTHREAD_DESTRUCTOR_ITERATIONS: c_long = _POSIX_THREAD_DESTRUCTOR_ITERATIONS;
// TODO: What should this limit be? Both glibc and musl have it as 1024
pub const PTHREAD_KEYS_MAX: c_long = 4096 * 32;
pub const PTHREAD_STACK_MIN: c_long = 65536;