(NO_SYS_SIGLIST): Delete.
authorJim Wilson <wilson@gcc.gnu.org>
Sun, 6 Feb 1994 21:34:36 +0000 (13:34 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 6 Feb 1994 21:34:36 +0000 (13:34 -0800)
(DONT_DECLARE_SYS_SIGLIST): Define.

From-SVN: r6495

gcc/config/sparc/xm-sol2.h

index c2e11ae1ca5899fb612d7a980ecc7d113cf8450d..234ed999d0570ad34b135c02ca98836ea4d18d09 100644 (file)
@@ -5,8 +5,8 @@
 #include <alloca.h>
 #endif
 
-/* We do have _sys_siglist, but the declaration in <signal.h> conflicts with
-   the declarations in collect2.c and mips-tfile.c, so just pretend that we
-   don't have it.  */
+/* We have _sys_siglist, but the declaration in <signal.h> conflicts with
+   the declarations in collect2.c and mips-tfile.c, so disable the declarations
+   in those files.  */
 
-#define NO_SYS_SIGLIST
+#define DONT_DECLARE_SYS_SIGLIST