diff options
Diffstat (limited to 'csu/init-first.c')
| -rw-r--r-- | csu/init-first.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csu/init-first.c b/csu/init-first.c index e35e4ce84f..0ad6f75dcd 100644 --- a/csu/init-first.c +++ b/csu/init-first.c @@ -61,6 +61,7 @@ _init_first (int argc, char **argv, char **envp) __libc_argc = argc; __libc_argv = argv; __environ = envp; + __environ_startup = envp; #ifndef SHARED /* First the initialization which normally would be done by the |
