diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-14 10:49:19 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-14 10:49:19 +0000 |
commit | 135cfd1a1e0fcc8b952613dcb71c38cb59dd6659 (patch) | |
tree | 6d263c529d82c986b401d4339a00391fc9f66d53 /gcc/config/xm-siglist.h | |
parent | 6f07163dad8b1a9aecd8e003d953f782a8483520 (diff) | |
download | gcc-135cfd1a1e0fcc8b952613dcb71c38cb59dd6659.tar.gz |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18554 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/xm-siglist.h')
-rw-r--r-- | gcc/config/xm-siglist.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |