diff options
author | davidxu <davidxu@FreeBSD.org> | 2012-09-10 05:09:39 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2012-09-10 05:09:39 +0000 |
commit | ec7b6449d83e74421bc746f85422a2fa93e3a783 (patch) | |
tree | 28bda87b07dbd10cb4abb15589094e8f015a024f /include | |
parent | 5f9609bc09aa500d23df4a64aad33f47d2445835 (diff) | |
download | FreeBSD-src-ec7b6449d83e74421bc746f85422a2fa93e3a783.zip FreeBSD-src-ec7b6449d83e74421bc746f85422a2fa93e3a783.tar.gz |
Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME.
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 9b2f2ec..dabf178 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 |