This website requires JavaScript.
Explore
Help
Register
Sign In
qiurui
/
glibc
mirror of
git://sourceware.org/git/glibc.git
Watch
1
Star
0
Fork
You've already forked glibc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1894e219dc
glibc
/
sysdeps
/
unix
/
mips
/
entry.h
6 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
[!__ASSEMBLY__]: Declare __start.
2001-04-10 22:32:04 +00:00
#
ifndef __ASSEMBLY__
extern
void
__start
(
void
)
;
#
endif
New for Linux/MIPS port.
1997-07-12 23:32:57 +00:00
#
define ENTRY_POINT __start