This website requires JavaScript.
Explore
Help
Sign In
mirror
/
glibc
Watch
2
Star
0
Fork
0
You've already forked glibc
mirror of
git://sourceware.org/git/glibc.git
synced
2024-12-09 04:11:27 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b168057aaa
glibc
/
sysdeps
/
unix
/
mips
/
entry.h
6 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
[!__ASSEMBLY__]: Declare __start.
2001-04-11 06:32:04 +08:00
#
ifndef __ASSEMBLY__
extern
void
__start
(
void
)
;
#
endif
New for Linux/MIPS port.
1997-07-13 07:32:57 +08:00
#
define ENTRY_POINT __start
Reference in New Issue
Copy Permalink