Skip to content
Snippets Groups Projects
Commit 27eaa708 authored by Bruce Korb's avatar Bruce Korb Committed by Bruce Korb
Browse files

move inclusion of signal.h

From-SVN: r60176
parent 4977bab6
No related branches found
No related tags found
No related merge requests found
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> Mon Dec 16 17:20:04 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh.h (EXTRA_CONSTRAINT_Z): New macro. * sh.h (EXTRA_CONSTRAINT_Z): New macro.
......
...@@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */
#define BAD_ADDR ((void*)-1) #define BAD_ADDR ((void*)-1)
#endif #endif
#include <signal.h>
#if ! defined( SIGCHLD ) && defined( SIGCLD ) #if ! defined( SIGCHLD ) && defined( SIGCLD )
# define SIGCHLD SIGCLD # define SIGCHLD SIGCLD
#endif #endif
......
This diff is collapsed.
...@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" #include "tm.h"
#include <signal.h>
#include "gnu-regex.h" #include "gnu-regex.h"
#include "machname.h" #include "machname.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment