1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
Files
glibc/sysdeps/nacl/entry.h
2015-04-17 09:02:19 -07:00

7 lines
132 B
C

#ifndef __ASSEMBLY__
# include <stdint.h>
extern void _start (uint32_t info[]) attribute_hidden;
#endif
#define ENTRY_POINT _start