summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
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