Browse Source

Remove environ from _USE_GNU wrapper.

Eric Andersen 24 years ago
parent
commit
aa85deb86c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/unistd.h

+ 0 - 2
include/unistd.h

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