From 65385dc84c3372d5f574050b565f09edec78c055 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 15 May 1993 02:15:14 +0000 Subject: [PATCH] entered into RCS --- sysdeps/unix/sysv/sysv4/solaris2/sparc/start.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/start.c b/sysdeps/unix/sysv/sysv4/solaris2/sparc/start.c index 4a9a1e9..afdfaaa 100644 --- a/sysdeps/unix/sysv/sysv4/solaris2/sparc/start.c +++ b/sysdeps/unix/sysv/sysv4/solaris2/sparc/start.c @@ -1,2 +1,4 @@ #define NO_SHLIB +/* Solaris needs start named `_start', not `start'. */ +#define NO_EXPLICIT_START #include -- 2.7.4