diff options
author | J.T. Conklin <jtc@redback.com> | 2001-02-06 04:17:03 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@redback.com> | 2001-02-06 04:17:03 +0000 |
commit | 1af67dbf314cd2b39defe6b7fa50e57eb6f249eb (patch) | |
tree | 8e56e78f78ffa5a6cd7a8390aed0761d32f0756a /gdb/standalone.c | |
parent | 0e349f56cf38061b0df70771d23cb1b526eb49c0 (diff) | |
download | gdb-1af67dbf314cd2b39defe6b7fa50e57eb6f249eb.tar.gz |
* signals.h: Removed.
* event-top.c (#include <signal.h>): Changed from signals.h.
* inflow.c: Likewise.
* mac-xdep.c: Likewise.
* ser-pipe.c: Likewise.
* ser-tcp.c: Likewise.
* standalone.c: Likewise.
* top.c: Likewise.
* utils.c: Likewise.
* Makefile.in: Removed signals.h from dependencies.
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r-- | gdb/standalone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c index 07e062d7d70..64f25bf1c12 100644 --- a/gdb/standalone.c +++ b/gdb/standalone.c @@ -30,7 +30,7 @@ #endif /* SIGTSTP and SIGIO defined (must be 4.2) */ #include "defs.h" -#include "signals.h" +#include <signal.h> #include "symtab.h" #include "frame.h" #include "inferior.h" |