mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
* 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.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <fcntl.h>
|
||||
#include "gdb_string.h"
|
||||
|
||||
#include "signals.h"
|
||||
#include <signal.h>
|
||||
|
||||
static int pipe_open (serial_t scb, const char *name);
|
||||
static void pipe_close (serial_t scb);
|
||||
|
||||
Reference in New Issue
Block a user