mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
6 lines
102 B
C
6 lines
102 B
C
|
#ifndef __ASSEMBLY__
|
||
|
extern void __start (void) attribute_hidden;
|
||
|
#endif
|
||
|
|
||
|
#define ENTRY_POINT __start
|