repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove unused variables
[glibc.git]
/
sysdeps
/
generic
/
entry.h
blob
16d3e3045e92be090c764c25fe023d086589ed5a
1
#ifndef __ASSEMBLY__
2
extern
void
_start
(
void
)
attribute_hidden
;
3
#endif
4
5
#define ENTRY_POINT _start