aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-07-24 23:05:17 +0000
committerRoland McGrath <roland@gnu.org>2002-07-24 23:05:17 +0000
commita753ffb296bb8c18c876d978e5878e6bd3538d2c (patch)
treef129ee422920131343bdcfa094646d81b6f37f4a /ChangeLog
parent7f1deee65e0a90d9e6699068b5d63a28d2546e12 (diff)
downloadglibc-a753ffb296bb8c18c876d978e5878e6bd3538d2c.tar
glibc-a753ffb296bb8c18c876d978e5878e6bd3538d2c.tar.gz
glibc-a753ffb296bb8c18c876d978e5878e6bd3538d2c.tar.bz2
glibc-a753ffb296bb8c18c876d978e5878e6bd3538d2c.zip
* hurd/hurdsig.c (_hurdsig_getenv): Always return null if
__libc_enable_secure is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb30b68569..5a719a4ef1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-19 Roland McGrath <roland@frob.com>
+
+ * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
+ __libc_enable_secure is set.
+
2002-07-24 Roland McGrath <roland@frob.com>
Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.