summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_mutex.c
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2003-01-19 21:42:09 +0000
committerthorpej <thorpej@NetBSD.org>2003-01-19 21:42:09 +0000
commit096005bf700e6adecb5cf165096d876ae33ea8c5 (patch)
tree16fbc7c287fe4e12307d21397c0788cc9c076e73 /lib/libpthread/pthread_mutex.c
parentaa92009e2b6947c12268c3af22a4155fd71ef2c8 (diff)
Fix typo.
Diffstat (limited to 'lib/libpthread/pthread_mutex.c')
-rw-r--r--lib/libpthread/pthread_mutex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_mutex.c b/lib/libpthread/pthread_mutex.c
index 2a13fc023a3..d7525296534 100644
--- a/lib/libpthread/pthread_mutex.c
+++ b/lib/libpthread/pthread_mutex.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_mutex.c,v 1.4 2003/01/19 20:46:12 thorpej Exp $ */
+/* $NetBSD: pthread_mutex.c,v 1.5 2003/01/19 21:42:09 thorpej Exp $ */
/*-
* Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@ __strong_alias(__libc_mutex_destroy,pthread_mutex_destroy)
__strong_alias(__libc_mutexattr_init,pthread_mutexattr_init)
__strong_alias(__libc_mutexattr_destroy,pthread_mutexattr_destroy)
-__string_alias(__libc_mutexattr_settype,pthread_mutexattr_settype)
+__strong_alias(__libc_mutexattr_settype,pthread_mutexattr_settype)
__strong_alias(__libc_thr_once,pthread_once)