about summary refs log tree commit diff
path: root/linuxthreads/rwlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/rwlock.c')
-rw-r--r--linuxthreads/rwlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/rwlock.c b/linuxthreads/rwlock.c
index 0dd714bc39..9da87d25d1 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