From 011ce8ed8581c074aa8d02c8bdb9747e4e41c5dc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 11 Sep 1998 21:33:55 +0000 Subject: Update. --- sysdeps/unix/sysv/linux/init-first.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/init-first.c') diff --git a/sysdeps/unix/sysv/linux/init-first.c b/sysdeps/unix/sysv/linux/init-first.c index 6c293e3926..0931e99113 100644 --- a/sysdeps/unix/sysv/linux/init-first.c +++ b/sysdeps/unix/sysv/linux/init-first.c @@ -93,7 +93,11 @@ __libc_init_first (void) } #else -SYSDEP_CALL_INIT(__libc_init_first, init); +void +__libc_init_first (int argc, char **argv, char **envp) +{ + init (argc, argv, envp); +} #endif -- cgit 1.4.1