diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-28 21:17:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-28 21:17:10 +0000 |
commit | d146a593d467be8fa5b674e53e306810cb6e6d73 (patch) | |
tree | eeeaf8b0ab4373615fc89566086d5d599cfada52 /linuxthreads/rwlock.c | |
parent | a808d541c6fb36db381923c52040855602e9fd83 (diff) | |
download | glibc-d146a593d467be8fa5b674e53e306810cb6e6d73.tar.gz glibc-d146a593d467be8fa5b674e53e306810cb6e6d73.tar.xz glibc-d146a593d467be8fa5b674e53e306810cb6e6d73.zip |
Fix typo.
* iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dummy
Diffstat (limited to 'linuxthreads/rwlock.c')
-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 |