* 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)
commitc3201035708fd6511fabd96c1097e7559709bd77
treee15f3bb85cd3c182387b73709e6b10ab4e5e4986
parente225a4442bd3d9324a20491064f5227bc4232d34
* 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.
ChangeLog