소스 검색

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