zig/lib/libc/glibc/sysdeps/generic/entry.h
Andrew Kelley e977455f7c glibc: improve RISC-V support
* omit crti.o / crtn.o for this architecture
 * add missing entry.h header from upstream
2021-12-15 18:34:27 -07:00

5 lines
100 B
C
Vendored

#ifndef __ASSEMBLY__
extern void _start (void) attribute_hidden;
#endif
#define ENTRY_POINT _start