]> git.ipfire.org Git - thirdparty/glibc.git/commit - include/dlfcn.h
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Jul 2003 23:56:53 +0000 (23:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Jul 2003 23:56:53 +0000 (23:56 +0000)
commit9d79e0377b08773ec4f7ec38479b1563606f7ef7
tree31dbc1c0fdb8abb00c75da24a048028225b32c21
parent0e9d624072fd24ee7d113bcf9325e8fb21d2cf60
Update.

* include/stdio.h (__libc_fatal): Add libc_hidden_proto.
* include/dlfcn.h (__libc_dlopen_mode, __libc_dlsym, __libc_dlclose):
Likewise.
* elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym, __libc_dlclose):
Add libc_hidden_def.
* sysdeps/generic/libc_fatal.c (__libc_fatal): Likewise.
* sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
* sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Likewise.
* elf/Versions (libc): Export __libc_dlopen_mode@@GLIBC_PRIVATE,
__libc_dlsym@@GLIBC_PRIVATE and __libc_dlclose@@GLIBC_PRIVATE.
* libio/Versions (libc): Export __libc_fatal@@GLIBC_PRIVATE.
* sysdeps/generic/unwind-dw2.c: Readd #ifs removed during last
change.
* sysdeps/generic/unwind.inc: Removed.
21 files changed:
ChangeLog
elf/Versions
elf/dl-libc.c
include/dlfcn.h
include/stdio.h
libio/Versions
linuxthreads/ChangeLog
nptl/ChangeLog
nptl/Makefile
nptl/pthreadP.h
nptl/pthread_cancel.c
nptl/sysdeps/pthread/Makefile
nptl/sysdeps/pthread/createthread.c
nptl/sysdeps/pthread/rt-unwind-resume.c [new file with mode: 0644]
nptl/sysdeps/pthread/unwind-resume.c [new file with mode: 0644]
nptl/unwind-forcedunwind.c [new file with mode: 0644]
sysdeps/generic/libc_fatal.c
sysdeps/generic/unwind-dw2.c
sysdeps/generic/unwind.inc [deleted file]
sysdeps/posix/libc_fatal.c
sysdeps/unix/sysv/linux/libc_fatal.c