From 06579543525fead44f0f5cc1cdb454f250ac05e7 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 14 Mar 1998 03:49:19 -0700 Subject: [PATCH] Initial revision From-SVN: r18554 --- gcc/config/xm-siglist.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gcc/config/xm-siglist.h diff --git a/gcc/config/xm-siglist.h b/gcc/config/xm-siglist.h new file mode 100644 index 00000000000..d6133d6a194 --- /dev/null +++ b/gcc/config/xm-siglist.h @@ -0,0 +1,6 @@ +/* Some systems provide no sys_siglist, but do offer the same data under + another name. */ + +#define sys_siglist _sys_siglist +#undef SYS_SIGLIST_DECLARED +#define SYS_SIGLIST_DECLARED -- 2.30.2