about summary refs log tree commit diff
path: root/src/conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/sysconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/sysconf.c b/src/conf/sysconf.c
index 9f0d97b2..4819ae6a 100644
--- a/src/conf/sysconf.c
+++ b/src/conf/sysconf.c
@@ -151,7 +151,7 @@ long sysconf(int name)
 		[_SC_C_LANG_SUPPORT_R] = -1,
 		[_SC_CLOCK_SELECTION] = VER,
 		[_SC_CPUTIME] = VER,
-		[_SC_THREAD_CPUTIME] = -1,
+		[_SC_THREAD_CPUTIME] = VER,
 		[_SC_DEVICE_IO] = -1,
 		[_SC_DEVICE_SPECIFIC] = -1,
 		[_SC_DEVICE_SPECIFIC_R] = -1,