Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Feb 2000 21:17:10 +0000 (21:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Feb 2000 21:17:10 +0000 (21:17 +0000)
* iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dummy

ChangeLog
linuxthreads/rwlock.c

index 80dc827..d039bd8 100644 (file)
--- 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.
index 0dd714b..9da87d2 100644 (file)
@@ -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