move inclusion of signal.h

From-SVN: r60176
This commit is contained in:
Bruce Korb 2002-12-16 18:58:42 +00:00 committed by Bruce Korb
parent 4977bab6ed
commit 27eaa70873
4 changed files with 100 additions and 1089 deletions

View File

@ -1,3 +1,8 @@
2002-12-16 Bruce Korb <bkorb@gnu.org>
* fixinc/fixlib.h: add: #include <signal.h>
* fixinc/fixincl.c: remove: #include <signal.h>
Mon Dec 16 17:20:04 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh.h (EXTRA_CONSTRAINT_Z): New macro.

View File

@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */
#define BAD_ADDR ((void*)-1)
#endif
#include <signal.h>
#if ! defined( SIGCHLD ) && defined( SIGCLD )
# define SIGCHLD SIGCLD
#endif

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */
#include "system.h"
#include "coretypes.h"
#include "tm.h"
#include <signal.h>
#include "gnu-regex.h"
#include "machname.h"