OSDN Git Service

Remove environ from _USE_GNU wrapper.
authorEric Andersen <andersen@codepoet.org>
Thu, 16 Nov 2000 18:51:25 +0000 (18:51 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 16 Nov 2000 18:51:25 +0000 (18:51 -0000)
include/unistd.h

index 42031cd..ebba54f 100644 (file)
@@ -446,9 +446,7 @@ extern int dup2 __P ((int __fd, int __fd2));
 
 /* NULL-terminated array of "NAME=VALUE" environment variables.  */
 extern char **__environ;
-#ifdef __USE_GNU
 extern char **environ;
-#endif
 
 
 /* Replace the current process, executing PATH with arguments ARGV and