diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-11 06:06:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-11 06:06:12 +0000 |
commit | f032388692f35c50a10d7ce632a2ff606ea02825 (patch) | |
tree | 2aa32dc731b38b4c98f1e5915bc7dfecabc2cdf0 /ChangeLog | |
parent | 6d3a2bec95f9bdbe7db4344b1ada866561e95857 (diff) | |
download | glibc-f032388692f35c50a10d7ce632a2ff606ea02825.tar glibc-f032388692f35c50a10d7ce632a2ff606ea02825.tar.gz glibc-f032388692f35c50a10d7ce632a2ff606ea02825.tar.bz2 glibc-f032388692f35c50a10d7ce632a2ff606ea02825.zip |
Update.
* sysdeps/generic/errno.c: Include <dl-sysdep.h>. Use
RTLD_PRIVATE_ERRNO to decide whether errno compat symbols are needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-03-10 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/errno.c: Include <dl-sysdep.h>. Use + RTLD_PRIVATE_ERRNO to decide whether errno compat symbols are needed. + * elf/dl-sym.c: Unify _dl_sym and _dl_vsym code and make the entry points wrappers around the unified code. |