diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-04-07 22:59:35 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-04-07 22:59:35 +0000 |
commit | 27fcd6657e5497a5f8442fea29efbd1448c06afe (patch) | |
tree | 00e266e0d77fd23b65d232ecd1340f1c3149e383 /gcc | |
parent | 05bc17dfff5911385c9962a26b5590f906305253 (diff) | |
download | gcc-27fcd6657e5497a5f8442fea29efbd1448c06afe.zip gcc-27fcd6657e5497a5f8442fea29efbd1448c06afe.tar.gz gcc-27fcd6657e5497a5f8442fea29efbd1448c06afe.tar.bz2 |
entered into RCS
From-SVN: r699
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m88k/xm-m88k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m88k/xm-m88k.h b/gcc/config/m88k/xm-m88k.h index 9de39a1..86c2c08 100644 --- a/gcc/config/m88k/xm-m88k.h +++ b/gcc/config/m88k/xm-m88k.h @@ -48,6 +48,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ (vfork, getrusage), so use USG. The Omron Luna/88k is BSD though. */ #ifndef luna88k #define USG +#define NO_SYS_SIGLIST #endif /* Define HAVE_VPRINTF if it is available on host system. */ |