diff options
Diffstat (limited to 'gcc/config/xm-freebsd.h')
-rw-r--r-- | gcc/config/xm-freebsd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/xm-freebsd.h b/gcc/config/xm-freebsd.h index f73c9aa60fa..ab3aa114382 100644 --- a/gcc/config/xm-freebsd.h +++ b/gcc/config/xm-freebsd.h @@ -25,9 +25,3 @@ Boston, MA 02111-1307, USA. */ /* FreeBSD has strerror. */ #define HAVE_STRERROR - -/* 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 DONT_DECLARE_SYS_SIGLIST |