mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-16 02:24:29 +08:00
move inclusion of signal.h
From-SVN: r60176
This commit is contained in:
parent
4977bab6ed
commit
27eaa70873
@ -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.
|
||||
|
@ -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
|
||||
|
1182
gcc/fixinc/fixincl.x
1182
gcc/fixinc/fixincl.x
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user