This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-22 13:00:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e6e3c66688
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
Reference in New Issue
Copy Permalink