summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2004-06-02 14:07:07 +0000
committerpooka <pooka@NetBSD.org>2004-06-02 14:07:07 +0000
commitaff31bed2fb9aa07384636fa7222488ae7d2888e (patch)
treec8883530ddaa3cce164d10fba8d82be4447ef016 /lib/libpthread
parent4d97615547542605d65c5b5461e2b25d89fe05dd (diff)
pthread_spin_lock.3 also describes pthread_spin_trylock(),
so link them together
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 7cf582691ef..4f06370098e 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/05/21 03:40:51 christos Exp $
+# $NetBSD: Makefile,v 1.27 2004/06/02 14:07:07 pooka Exp $
#
WARNS= 2
@@ -124,6 +124,7 @@ MLINKS+= pthread_rwlockattr.3 pthread_rwlockattr_init.3
MLINKS+= pthread_rwlockattr.3 pthread_rwlockattr_destroy.3
MLINKS+= pthread_schedparam.3 pthread_setschedparam.3
MLINKS+= pthread_schedparam.3 pthread_getschedparam.3
+MLINKS+= pthread_spin_lock.3 pthread_spin_trylock.3
MLINKS+= pthread_suspend_np.3 pthread_resume_np.3
MLINKS+= pthread_testcancel.3 pthread_setcancelstate.3
MLINKS+= pthread_testcancel.3 pthread_setcanceltype.3