From f03db4bdff7b2f02b5cbdda96cf0241efa4e80ef Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 26 Jun 2013 19:43:24 -0400 Subject: document in sysconf and unistd.h that per-thread cpu clocks exist --- src/conf/sysconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf') 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, -- cgit v1.2.1