diff options
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/rwlock.c | 2 |
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 |