mirror of https://git.musl-libc.org/git/musl
Browse Source
these functions were mistakenly assumed to be needed to match glibc ABI, but glibc has them as part of the non-shared part of libc that's always statically linked into the main program. moreover, the only place they are referenced from is glibc's crt1.o.rs-1.0
2 changed files with 0 additions and 10 deletions
@ -1,5 +0,0 @@ |
|||
#include "libc.h" |
|||
|
|||
void __libc_csu_fini() |
|||
{ |
|||
} |
|||
@ -1,5 +0,0 @@ |
|||
#include "libc.h" |
|||
|
|||
void __libc_csu_init(int argc, char **argv, char **envp) |
|||
{ |
|||
} |
|||
Loading…
Reference in new issue