Fix typo.

* iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dummy
This commit is contained in:
Ulrich Drepper 2000-02-28 21:17:10 +00:00
parent a808d541c6
commit d146a593d4
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
* dlfcn/dlfcn.h: Remove DL_CALL_FCT definition here. * dlfcn/dlfcn.h: Remove DL_CALL_FCT definition here.
* sysdeps/generic/bits/dlfcn.h: Define DL_CALL_FCT here. * sysdeps/generic/bits/dlfcn.h: Define DL_CALL_FCT here.
* sysdeps/mips/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. definition here.
* sysdeps/generic/libc-start.c: Fix typo in comment. * sysdeps/generic/libc-start.c: Fix typo in comment.

View File

@ -205,7 +205,7 @@ __pthread_rwlock_init (pthread_rwlock_t *rwlock,
return 0; return 0;
} }
strong_alias (__pthread_init_lock, pthread_init_lock) strong_alias (__pthread_rwlock_init, pthread_rwlock_init)
int int