Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME.

This commit is contained in:
David Xu 2012-09-10 05:09:39 +00:00
parent 224ee591e7
commit c80e6375ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240296

View file

@ -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