diff options
-rw-r--r-- | include/unistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |