mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
5 lines
85 B
C
5 lines
85 B
C
#ifndef __ASSEMBLY__
|
|
extern void __start (void);
|
|
#endif
|
|
|
|
#define ENTRY_POINT __start
|