diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index b041ff1..4bf21c0 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -70,8 +70,6 @@ /* Prototypes for local functions */ -static void info_signals_command (char *, int); - static void sig_print_info (enum gdb_signal); static void sig_print_header (void); @@ -8679,7 +8677,7 @@ Use \"info signals\" for a list of symbolic signals.")); targets, all signals should be in the signal tables). */ static void -info_signals_command (char *signum_exp, int from_tty) +info_signals_command (const char *signum_exp, int from_tty) { enum gdb_signal oursig; |