summaryrefslogtreecommitdiffstats
path: root/gdb/ser-tcp.c
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>2001-02-06 04:17:03 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>2001-02-06 04:17:03 +0000
commit042be3a9b371fa129c5d1e8f02ea0ad9e3588c63 (patch)
tree18c87940be8fc5e24dd32e98fe3f32aa19e57d22 /gdb/ser-tcp.c
parenta4acd088c9415fce22f2acbc5a9ca3c0dc89e874 (diff)
downloadppe42-binutils-042be3a9b371fa129c5d1e8f02ea0ad9e3588c63.tar.gz
ppe42-binutils-042be3a9b371fa129c5d1e8f02ea0ad9e3588c63.zip
* 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/ser-tcp.c')
-rw-r--r--gdb/ser-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c
index 86baf34910..06635ee840 100644
--- a/gdb/ser-tcp.c
+++ b/gdb/ser-tcp.c
@@ -32,7 +32,7 @@
#include <netinet/tcp.h>
#endif
-#include "signals.h"
+#include <signal.h>
#include "gdb_string.h"
static int tcp_open (serial_t scb, const char *name);
OpenPOWER on IntegriCloud