svn commit: r240296 - head/include

David Xu davidxu at FreeBSD.org
Mon Sep 10 05:09:40 UTC 2012


Author: davidxu
Date: Mon Sep 10 05:09:39 2012
New Revision: 240296
URL: http://svn.freebsd.org/changeset/base/240296

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

Modified:
  head/include/unistd.h

Modified: head/include/unistd.h
==============================================================================
--- head/include/unistd.h	Mon Sep 10 05:00:29 2012	(r240295)
+++ head/include/unistd.h	Mon Sep 10 05:09:39 2012	(r240296)
@@ -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


More information about the svn-src-all mailing list