From ec7b6449d83e74421bc746f85422a2fa93e3a783 Mon Sep 17 00:00:00 2001 From: davidxu Date: Mon, 10 Sep 2012 05:09:39 +0000 Subject: Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME. --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/unistd.h') 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 -- cgit v1.1