From d11c20c4e4eb42bc5c8cfb656dcb39992a9cb90c Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sun, 6 Feb 1994 13:34:36 -0800 Subject: [PATCH] (NO_SYS_SIGLIST): Delete. (DONT_DECLARE_SYS_SIGLIST): Define. From-SVN: r6495 --- gcc/config/sparc/xm-sol2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/config/sparc/xm-sol2.h b/gcc/config/sparc/xm-sol2.h index c2e11ae1ca5..234ed999d05 100644 --- a/gcc/config/sparc/xm-sol2.h +++ b/gcc/config/sparc/xm-sol2.h @@ -5,8 +5,8 @@ #include #endif -/* We do have _sys_siglist, but the declaration in 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 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 -- 2.30.2