mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix typo.
* iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dummy
This commit is contained in:
parent
a808d541c6
commit
d146a593d4
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user