about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-27 17:14:28 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-27 17:14:28 +0000
commitfec53fc57537604829821e4665ebf4971269365e (patch)
treeb8dc54c07ebd37257d805e7ab3573a00b46ade32 /ChangeLog
parent9d55da2be7d886a68fdc42393134414b6ccd6bce (diff)
downloadglibc-fec53fc57537604829821e4665ebf4971269365e.tar.gz
glibc-fec53fc57537604829821e4665ebf4971269365e.tar.xz
glibc-fec53fc57537604829821e4665ebf4971269365e.zip
* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cache
	euid and egid.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9128d7b8e1..e9d9a1b2de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-11-27  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cache
+	euid and egid.
+
 	* nis/nis_table.c (nis_list): Add more free calls in error cases.
 
 2005-11-26  Richard Henderson  <rth@redhat.com>