* 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.
This commit is contained in:
Roland McGrath 2001-08-23 00:51:16 +00:00
parent e225a4442b
commit c320103570

View file

@ -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.