From: Jim Wilson Date: Sun, 6 Feb 1994 21:34:36 +0000 (-0800) Subject: (NO_SYS_SIGLIST): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d11c20c4e4eb42bc5c8cfb656dcb39992a9cb90c;p=gcc.git (NO_SYS_SIGLIST): Delete. (DONT_DECLARE_SYS_SIGLIST): Define. From-SVN: r6495 --- 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