From d146a593d467be8fa5b674e53e306810cb6e6d73 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 28 Feb 2000 21:17:10 +0000 Subject: Fix typo. * iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dummy --- linuxthreads/rwlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/rwlock.c') diff --git a/linuxthreads/rwlock.c b/linuxthreads/rwlock.c index 0dd714b..9da87d2 100644 --- a/linuxthreads/rwlock.c +++ b/linuxthreads/rwlock.c @@ -205,7 +205,7 @@ __pthread_rwlock_init (pthread_rwlock_t *rwlock, return 0; } -strong_alias (__pthread_init_lock, pthread_init_lock) +strong_alias (__pthread_rwlock_init, pthread_rwlock_init) int -- cgit v1.1