summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc64/crt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/powerpc64/crt1.c')
-rw-r--r--lib/csu/powerpc64/crt1.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/csu/powerpc64/crt1.c b/lib/csu/powerpc64/crt1.c
index a7c3581..35c5a6e 100644
--- a/lib/csu/powerpc64/crt1.c
+++ b/lib/csu/powerpc64/crt1.c
@@ -81,10 +81,7 @@ _start(int argc, char **argv, char **env,
struct ps_strings *ps_strings)
{
- environ = env;
-
- if (argc > 0 && argv[0] != NULL)
- handle_progname(argv[0]);
+ handle_argv(argc, argv, env);
if (ps_strings != (struct ps_strings *)0)
__ps_strings = ps_strings;
OpenPOWER on IntegriCloud