]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 4a9a1e9f0773885d81bf495684481eaaa8e9a259..afdfaaa2e5c0f0e20f3e0391b7ba9f2a5e37b722 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>