* sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
authorRoland McGrath <roland@gnu.org>
Thu, 23 Aug 2001 00:51:16 +0000 (00:51 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 23 Aug 2001 00:51:16 +0000 (00:51 +0000)
and don't declare unsetenv or _environ directly.
(unsetenv): Return int, not void.  Use __environ instead of _environ.

ChangeLog

index 378cd6b..3fe74fb 100644 (file)
--- 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.