diff options
Diffstat (limited to 'gdb/solib-sunos.c')
-rw-r--r-- | gdb/solib-sunos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-sunos.c b/gdb/solib-sunos.c index db2a40c..e8a1f32 100644 --- a/gdb/solib-sunos.c +++ b/gdb/solib-sunos.c @@ -741,7 +741,7 @@ sunos_special_symbol_handling (void) */ static void -sunos_solib_create_inferior_hook (void) +sunos_solib_create_inferior_hook (int from_tty) { struct thread_info *tp; struct inferior *inf; |