summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2008-01-18 08:48:32 +0000
committerdavidxu <davidxu@FreeBSD.org>2008-01-18 08:48:32 +0000
commit374db78b7ef1338713a00d4e63db999352f4d349 (patch)
tree721aab561663e681f41616713d09611452cb7c53 /include/unistd.h
parentc138b43f21961dbc95d48117d8a6dbdf2c6c90cf (diff)
downloadFreeBSD-src-374db78b7ef1338713a00d4e63db999352f4d349.zip
FreeBSD-src-374db78b7ef1338713a00d4e63db999352f4d349.tar.gz
_POSIX_THREAD_CPUTIME is now supported.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 51aa088..0d62a46 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -111,7 +111,7 @@ typedef __useconds_t useconds_t;
#define _POSIX_SPIN_LOCKS 200112L
#define _POSIX_THREAD_ATTR_STACKADDR 200112L
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
-#define _POSIX_THREAD_CPUTIME -1
+#define _POSIX_THREAD_CPUTIME 200112L
#define _POSIX_THREAD_PRIO_INHERIT 200112L
#define _POSIX_THREAD_PRIO_PROTECT 200112L
#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L
OpenPOWER on IntegriCloud