diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-23 00:51:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-23 00:51:16 +0000 |
commit | c3201035708fd6511fabd96c1097e7559709bd77 (patch) | |
tree | e15f3bb85cd3c182387b73709e6b10ab4e5e4986 | |
parent | e225a4442bd3d9324a20491064f5227bc4232d34 (diff) | |
download | glibc-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.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |