1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
This commit is contained in:
Ulrich Drepper
1998-09-11 21:33:55 +00:00
parent 350eb336e3
commit 011ce8ed85
4 changed files with 169 additions and 177 deletions

View File

@@ -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