summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-16 18:51:25 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-16 18:51:25 +0000
commitaa85deb86c823f2ee9e966c6676a092d774cd493 (patch)
tree3ae5b06c83085ec6fabdd6d97ada2297533d46d3 /include/unistd.h
parentafa40ade775710f3a449e10778159ade4c133d45 (diff)
Remove environ from _USE_GNU wrapper.
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