summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorpeter <peter@NetBSD.org>2005-06-17 18:23:19 +0000
committerpeter <peter@NetBSD.org>2005-06-17 18:23:19 +0000
commita28acffec8a351c05c9e64b804ebf4f5e391caa5 (patch)
treed3913f601f7443f96f6e28d95b130c1af7e519c5 /lib/libpthread
parent95c82c980cffbaecf9628401ad1f7a98139f2f53 (diff)
Don't create links to pthread_barierattr_init.3 and
pthread_barierattr_destroy.3 but to pthread_barrierattr_init.3 and pthread_barrierattr_destroy.3 (note the 2 rs in barrier).
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 1d85879998f..db8c6ea8782 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/05/30 16:02:56 thorpej Exp $
+# $NetBSD: Makefile,v 1.32 2005/06/17 18:23:19 peter Exp $
#
WARNS= 2
@@ -105,8 +105,8 @@ MLINKS+= pthread_attr.3 pthread_attr_init.3
MLINKS+= pthread_attr.3 pthread_attr_destroy.3
MLINKS+= pthread_attr.3 pthread_attr_setdetachstate.3
MLINKS+= pthread_attr.3 pthread_attr_getdetachstate.3
-MLINKS+= pthread_barrierattr.3 pthread_barierattr_init.3
-MLINKS+= pthread_barrierattr.3 pthread_barierattr_destroy.3
+MLINKS+= pthread_barrierattr.3 pthread_barrierattr_init.3
+MLINKS+= pthread_barrierattr.3 pthread_barrierattr_destroy.3
MLINKS+= pthread_cleanup_push.3 pthread_cleanup_pop.3
MLINKS+= pthread_cond_broadcast.3 pthread_cond_signal.3
MLINKS+= pthread_cond_wait.3 pthread_cond_timedwait.3