diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-16 18:51:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-16 18:51:25 +0000 |
commit | aa85deb86c823f2ee9e966c6676a092d774cd493 (patch) | |
tree | 3ae5b06c83085ec6fabdd6d97ada2297533d46d3 /include | |
parent | afa40ade775710f3a449e10778159ade4c133d45 (diff) |
Remove environ from _USE_GNU wrapper.
Diffstat (limited to 'include')
-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 |