Преглед на файлове

Remove environ from _USE_GNU wrapper.

Eric Andersen преди 25 години
родител
ревизия
aa85deb86c
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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.  */
 extern char **__environ;
-#ifdef __USE_GNU
 extern char **environ;
-#endif
 
 
 /* Replace the current process, executing PATH with arguments ARGV and