Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread pthread_spin_lock.3 also describes pthread_sp...
details: https://anonhg.NetBSD.org/src/rev/96805e32d340
branches: trunk
changeset: 567138:96805e32d340
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Jun 02 14:07:07 2004 +0000
description:
pthread_spin_lock.3 also describes pthread_spin_trylock(),
so link them together
diffstat:
lib/libpthread/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1f644f1b90d2 -r 96805e32d340 lib/libpthread/Makefile
--- a/lib/libpthread/Makefile Tue Jun 01 23:15:32 2004 +0000
+++ b/lib/libpthread/Makefile Wed Jun 02 14:07:07 2004 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index