mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
remove __libc_csu_* cruft
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.
This commit is contained in:
parent
7586360bad
commit
3edfd07073
5
src/env/__libc_csu_fini.c
vendored
5
src/env/__libc_csu_fini.c
vendored
@ -1,5 +0,0 @@
|
|||||||
#include "libc.h"
|
|
||||||
|
|
||||||
void __libc_csu_fini()
|
|
||||||
{
|
|
||||||
}
|
|
5
src/env/__libc_csu_init.c
vendored
5
src/env/__libc_csu_init.c
vendored
@ -1,5 +0,0 @@
|
|||||||
#include "libc.h"
|
|
||||||
|
|
||||||
void __libc_csu_init(int argc, char **argv, char **envp)
|
|
||||||
{
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user