mirror of
git://git.musl-libc.org/musl
synced 2025-02-25 07:10:22 +00:00
consistency with pthread stack min in limits.h
This commit is contained in:
parent
60685ecad1
commit
5e72cb4a36
@ -83,7 +83,7 @@ long sysconf(int name)
|
||||
[_SC_TTY_NAME_MAX] = TTY_NAME_MAX,
|
||||
[_SC_THREAD_DESTRUCTOR_ITERATIONS] = _POSIX_THREAD_DESTRUCTOR_ITERATIONS,
|
||||
[_SC_THREAD_KEYS_MAX] = -1,
|
||||
[_SC_THREAD_STACK_MIN] = 2*PAGE_SIZE,
|
||||
[_SC_THREAD_STACK_MIN] = PAGE_SIZE,
|
||||
[_SC_THREAD_THREADS_MAX] = -1,
|
||||
[_SC_THREAD_ATTR_STACKADDR] = -1,
|
||||
[_SC_THREAD_ATTR_STACKSIZE] = VER,
|
||||
|
Loading…
Reference in New Issue
Block a user