about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-11 06:06:12 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-11 06:06:12 +0000
commitf032388692f35c50a10d7ce632a2ff606ea02825 (patch)
tree2aa32dc731b38b4c98f1e5915bc7dfecabc2cdf0 /ChangeLog
parent6d3a2bec95f9bdbe7db4344b1ada866561e95857 (diff)
downloadglibc-f032388692f35c50a10d7ce632a2ff606ea02825.tar.gz
glibc-f032388692f35c50a10d7ce632a2ff606ea02825.tar.xz
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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf2e49485e..dfc4ce1c8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.