aboutsummaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2013-01-14 18:01:19 +0000
committerDimitry Andric <dim@FreeBSD.org>2013-01-14 18:01:19 +0000
commitc0e8ea253fea6c0712daa4f9124baa8c479713db (patch)
tree335c3ca8f9eb2fda91572a2fef0548d0325838e8 /include/time.h
parentc25ca7790cecdbdb934fad072b18ab358685355e (diff)
downloadsrc-c0e8ea253fea6c0712daa4f9124baa8c479713db.tar.gz
src-c0e8ea253fea6c0712daa4f9124baa8c479713db.zip
Notes
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h
index 6c9e7a92314e..14d6044ae76d 100644
--- a/include/time.h
+++ b/include/time.h
@@ -112,6 +112,7 @@ typedef __pid_t pid_t;
#define CLOCK_MONOTONIC_FAST 12 /* FreeBSD-specific. */
#define CLOCK_SECOND 13 /* FreeBSD-specific. */
#define CLOCK_THREAD_CPUTIME_ID 14
+#define CLOCK_PROCESS_CPUTIME_ID 15
#endif /* !defined(CLOCK_REALTIME) && __POSIX_VISIBLE >= 200112 */
#if !defined(TIMER_ABSTIME) && __POSIX_VISIBLE >= 200112