zig/lib/libc/glibc/sysdeps/unix/mips/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
85 B
C
Vendored

#ifndef __ASSEMBLY__
extern void __start (void);
#endif
#define ENTRY_POINT __start