entered into RCS
authorRoland McGrath <roland@gnu.org>
Sat, 15 May 1993 02:15:14 +0000 (02:15 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 15 May 1993 02:15:14 +0000 (02:15 +0000)
sysdeps/unix/sysv/sysv4/solaris2/sparc/start.c

index 4a9a1e9..afdfaaa 100644 (file)
@@ -1,2 +1,4 @@
 #define NO_SHLIB
+/* Solaris needs start named `_start', not `start'.  */
+#define NO_EXPLICIT_START
 #include <sysdeps/unix/sparc/start.c>