projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce1fad
)
rename dynamic linker _start to _dlstart in the stub version
author
Rich Felker
<dalias@aerifal.cx>
Mon, 23 Jun 2014 21:20:49 +0000
(17:20 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 23 Jun 2014 21:20:49 +0000
(17:20 -0400)
the renaming was previously applied to all real versions of the
function in commit
3fa2eb2aba8d6b54dec53e7ad4c37e17392b166f
.
src/ldso/start.c
patch
|
blob
|
history
diff --git
a/src/ldso/start.c
b/src/ldso/start.c
index f6ae7cd2f88ebb927b46e96e5b73097e5993c3e6..3471f6cebb9a81d7edbd3004de29afc4e04d8464 100644
(file)
--- a/
src/ldso/start.c
+++ b/
src/ldso/start.c
@@
-2,7
+2,7
@@
/* stub for archs that lack dynamic linker support */
-void _start()
+void _
dl
start()
{
_Exit(1);
}