diff options
Diffstat (limited to 'posix/environ.c')
-rw-r--r-- | posix/environ.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/posix/environ.c b/posix/environ.c index 2430b47..a0ed0d8 100644 --- a/posix/environ.c +++ b/posix/environ.c @@ -10,5 +10,3 @@ weak_alias (__environ, environ) /* The SVR4 ABI says `_environ' will be the name to use in case the user overrides the weak alias `environ'. */ weak_alias (__environ, _environ) - -char **__environ_startup; |