aboutsummaryrefslogtreecommitdiff
path: root/gdb/signame.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-09 07:45:36 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-09 07:45:36 +0000
commitc466820795c1eccb540b676f32c42ff71d592610 (patch)
tree08fc66ce2376c69f11bb591dbc62ac54901cfdf7 /gdb/signame.c
parentbb5ae298fcd30ddac9689777f22a02d82f04fedd (diff)
downloadgdb-c466820795c1eccb540b676f32c42ff71d592610.zip
gdb-c466820795c1eccb540b676f32c42ff71d592610.tar.gz
gdb-c466820795c1eccb540b676f32c42ff71d592610.tar.bz2
Lint and some rs/6000 port.
Diffstat (limited to 'gdb/signame.c')
-rwxr-xr-xgdb/signame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/signame.c b/gdb/signame.c
index 57759d7..7f07893 100755
--- a/gdb/signame.c
+++ b/gdb/signame.c
@@ -54,6 +54,7 @@ static num_abbrev sig_table[NSIG*2];
static int sig_table_nelts = 0;
/* Enter signal number NUMBER into the tables with ABBREV and NAME. */
+/* ARGSUSED */
static void
init_sig (number, abbrev, name)
int number;