mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +00:00
rename dynamic linker _start to _dlstart in the stub version
the renaming was previously applied to all real versions of the function in commit 3fa2eb2aba8d6b54dec53e7ad4c37e17392b166f.
This commit is contained in:
parent
6ce1fade49
commit
607ce882db
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/* stub for archs that lack dynamic linker support */
|
/* stub for archs that lack dynamic linker support */
|
||||||
|
|
||||||
void _start()
|
void _dlstart()
|
||||||
{
|
{
|
||||||
_Exit(1);
|
_Exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user