aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-28 21:17:10 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-28 21:17:10 +0000
commitd146a593d467be8fa5b674e53e306810cb6e6d73 (patch)
treeeeeaf8b0ab4373615fc89566086d5d599cfada52
parenta808d541c6fb36db381923c52040855602e9fd83 (diff)
downloadglibc-d146a593d467be8fa5b674e53e306810cb6e6d73.zip
glibc-d146a593d467be8fa5b674e53e306810cb6e6d73.tar.gz
glibc-d146a593d467be8fa5b674e53e306810cb6e6d73.tar.bz2
Fix typo.
* iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dummy
-rw-r--r--ChangeLog2
-rw-r--r--linuxthreads/rwlock.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 80dc827..d039bd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,7 +25,7 @@
* dlfcn/dlfcn.h: Remove DL_CALL_FCT definition here.
* sysdeps/generic/bits/dlfcn.h: Define DL_CALL_FCT here.
* sysdeps/mips/bits/dlfcn.h: Define DL_CALL_FCT here.
- * iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dumy
+ * iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dummy
definition here.
* sysdeps/generic/libc-start.c: Fix typo in comment.
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