aboutsummaryrefslogtreecommitdiff
path: root/posix/environ.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/environ.c')
-rw-r--r--posix/environ.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/posix/environ.c b/posix/environ.c
index a0ed0d80ea..2430b47d8e 100644
--- a/posix/environ.c
+++ b/posix/environ.c
@@ -10,3 +10,5 @@ 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;