From aa85deb86c823f2ee9e966c6676a092d774cd493 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 16 Nov 2000 18:51:25 +0000 Subject: Remove environ from _USE_GNU wrapper. --- include/unistd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index 42031cd97..ebba54f8d 100644 --- a/include/unistd.h +++ b/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 -- cgit v1.2.3