aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2012-09-10 05:09:39 +0000
committerDavid Xu <davidxu@FreeBSD.org>2012-09-10 05:09:39 +0000
commitc80e6375ea51dd9c757dd4178d6a5dc7b7637bcf (patch)
tree28bda87b07dbd10cb4abb15589094e8f015a024f /include/unistd.h
parent224ee591e78db1dad63dc81d565b4629308c41f9 (diff)
downloadsrc-c80e6375ea51dd9c757dd4178d6a5dc7b7637bcf.tar.gz
src-c80e6375ea51dd9c757dd4178d6a5dc7b7637bcf.zip
Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME.
Notes
Notes: svn path=/head/; revision=240296
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 9b2f2ecb997c..dabf1780c455 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -100,6 +100,7 @@ typedef __useconds_t useconds_t;
* returns -1, the functions may be stubbed out.
*/
#define _POSIX_BARRIERS 200112L
+#define _POSIX_CPUTIME 200112L
#define _POSIX_READER_WRITER_LOCKS 200112L
#define _POSIX_REGEXP 1
#define _POSIX_SHELL 1