aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-23 00:51:16 +0000
committerRoland McGrath <roland@gnu.org>2001-08-23 00:51:16 +0000
commitc3201035708fd6511fabd96c1097e7559709bd77 (patch)
treee15f3bb85cd3c182387b73709e6b10ab4e5e4986 /ChangeLog
parente225a4442bd3d9324a20491064f5227bc4232d34 (diff)
downloadglibc-c3201035708fd6511fabd96c1097e7559709bd77.zip
glibc-c3201035708fd6511fabd96c1097e7559709bd77.tar.gz
glibc-c3201035708fd6511fabd96c1097e7559709bd77.tar.bz2
* sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
and don't declare unsetenv or _environ directly. (unsetenv): Return int, not void. Use __environ instead of _environ.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 378cd6b..3fe74fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-22 Roland McGrath <roland@frob.com>
+
+ * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
+ and don't declare unsetenv or _environ directly.
+ (unsetenv): Return int, not void. Use __environ instead of _environ.
+
2001-08-01 Mark Kettenis <kettenis@gnu.org>
* sysdeps/unix/bsd/bsd4.4/Makefile: New file.