diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/conf/sysconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf/sysconf.c b/src/conf/sysconf.c index d6691df8..9f0d97b2 100644 --- a/src/conf/sysconf.c +++ b/src/conf/sysconf.c @@ -89,9 +89,9 @@ long sysconf(int name) [_SC_THREAD_KEYS_MAX] = PTHREAD_KEYS_MAX, [_SC_THREAD_STACK_MIN] = PTHREAD_STACK_MIN, [_SC_THREAD_THREADS_MAX] = -1, - [_SC_THREAD_ATTR_STACKADDR] = -1, + [_SC_THREAD_ATTR_STACKADDR] = VER, [_SC_THREAD_ATTR_STACKSIZE] = VER, - [_SC_THREAD_PRIORITY_SCHEDULING] = -1, + [_SC_THREAD_PRIORITY_SCHEDULING] = VER, [_SC_THREAD_PRIO_INHERIT] = -1, [_SC_THREAD_PRIO_PROTECT] = -1, [_SC_THREAD_PROCESS_SHARED] = VER, |