glibc/sysdeps/unix/sysv/sysv4/solaris2/sparc/start.c

5 lines
137 B
C
Raw Normal View History

1993-05-13 09:20:04 +08:00
#define NO_SHLIB
1993-05-15 10:15:14 +08:00
/* Solaris needs start named `_start', not `start'. */
#define NO_EXPLICIT_START
1993-05-13 09:20:04 +08:00
#include <sysdeps/unix/sparc/start.c>