diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-02-06 04:17:03 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-02-06 04:17:03 +0000 |
commit | 042be3a9b371fa129c5d1e8f02ea0ad9e3588c63 (patch) | |
tree | 18c87940be8fc5e24dd32e98fe3f32aa19e57d22 /gdb/signals.h | |
parent | a4acd088c9415fce22f2acbc5a9ca3c0dc89e874 (diff) | |
download | gdb-042be3a9b371fa129c5d1e8f02ea0ad9e3588c63.zip gdb-042be3a9b371fa129c5d1e8f02ea0ad9e3588c63.tar.gz gdb-042be3a9b371fa129c5d1e8f02ea0ad9e3588c63.tar.bz2 |
* 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/signals.h')
-rw-r--r-- | gdb/signals.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gdb/signals.h b/gdb/signals.h deleted file mode 100644 index 85b4909..0000000 --- a/gdb/signals.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Signal handler definitions for GDB, the GNU Debugger. - Copyright (C) 1986, 1989 Free Software Foundation, Inc. - - This file is part of GDB. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - - -/* This file is almost the same as including <signal.h> except that it - eliminates certain signal names when job control is not supported, - (or, on some systems, when job control is there but doesn't work - the way GDB expects it to work). */ -/* This has been superceded by the job_control variable in serial.h. */ - -#include <signal.h> |