diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-17 19:11:55 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-17 19:11:55 +0000 |
commit | 407e1f7584c8aaaf7209611a864ba04253685690 (patch) | |
tree | 0b2da6aa5f947080312c01f7e306c4f4bffe39b8 /lib/librthread/Makefile | |
parent | 22db4b2e9c63b9f500b2d0f99d94107b5a600444 (diff) |
Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and
{clock,pthread}_getcpuclockid() functions.
Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@
ok matthew@
Diffstat (limited to 'lib/librthread/Makefile')
-rw-r--r-- | lib/librthread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librthread/Makefile b/lib/librthread/Makefile index 9f9d6264e5c..1c82668a5ea 100644 --- a/lib/librthread/Makefile +++ b/lib/librthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2012/11/22 19:10:27 miod Exp $ +# $OpenBSD: Makefile,v 1.35 2013/06/17 19:11:54 guenther Exp $ # For ``COMPILER_VERSION'' and ``ELF_TOOLCHAIN'' .include <bsd.own.mk> @@ -27,6 +27,7 @@ SRCS= rthread.c \ rthread_debug.c \ rthread_file.c \ rthread_fork.c \ + rthread_getcpuclockid.c \ rthread_libc.c \ rthread_mutex_prio.c \ rthread_mutexattr.c \ |