index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
unix
/
sysv
/
linux
/
mips
/
entry.h
blob: 04d05d2b0a3582b328b94f487503ab648a4367d2 (
plain
)
1
2
3
4
5
#ifndef __ASSEMBLY__
extern
void
__start
(
void
);
#endif
#define ENTRY_POINT __start