summaryrefslogtreecommitdiff
path: root/lib/librthread/Makefile
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-02-23 04:43:07 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-02-23 04:43:07 +0000
commit5888f487d1e36a0b4564a83b469450a3901ce766 (patch)
treedf8cadf19f8555779f3ddf27cd5db3d2bcc32dc6 /lib/librthread/Makefile
parent5521952675f06d028f9843535c3c6accf4c10839 (diff)
Add pthread_condattr_{get,set}clock(), requested by aja@
Add pthread_mutex_timedlock(), requested by dcoppa@
Diffstat (limited to 'lib/librthread/Makefile')
-rw-r--r--lib/librthread/Makefile29
1 files changed, 22 insertions, 7 deletions
diff --git a/lib/librthread/Makefile b/lib/librthread/Makefile
index 0f9d9811354..40823f7fe5d 100644
--- a/lib/librthread/Makefile
+++ b/lib/librthread/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2012/02/19 04:53:37 guenther Exp $
+# $OpenBSD: Makefile,v 1.27 2012/02/23 04:43:06 guenther Exp $
# For ``COMPILER_VERSION''
.include <bsd.own.mk>
@@ -18,12 +18,27 @@ CFLAGS+=-I${LIBCSRCDIR}/arch/${MACHINE_CPU} -I${LIBCSRCDIR}/include
LDADD = -Wl,-znodelete,-zinitfirst
.PATH: ${.CURDIR}/arch/${MACHINE_CPU}
-SRCS= rthread.c rthread_attr.c rthread_sched.c rthread_sync.c rthread_tls.c \
- rthread_sig.c rthread_np.c rthread_debug.c rthread_stack.c \
- rthread_libc.c rthread_fork.c rthread_file.c sched_prio.c \
- rthread_cancel.c rthread_mutexattr.c rthread_once.c \
- rthread_rwlock.c rthread_rwlockattr.c rthread_mutex_prio.c \
- rthread_sem.c
+SRCS= rthread.c \
+ rthread_attr.c \
+ rthread_cancel.c \
+ rthread_condattr.c \
+ rthread_debug.c \
+ rthread_file.c \
+ rthread_fork.c \
+ rthread_libc.c \
+ rthread_mutex_prio.c \
+ rthread_mutexattr.c \
+ rthread_np.c \
+ rthread_once.c \
+ rthread_rwlock.c \
+ rthread_rwlockattr.c \
+ rthread_sched.c \
+ rthread_sem.c \
+ rthread_sig.c \
+ rthread_stack.c \
+ rthread_sync.c \
+ rthread_tls.c \
+ sched_prio.c
OBJS+= _atomic_lock.o rfork_thread.o cerror.o