diff options
Diffstat (limited to 'gdb/bsd-uthread.c')
-rw-r--r-- | gdb/bsd-uthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index 144e8b9..e83707f 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -263,7 +263,7 @@ bsd_uthread_deactivate (void) } static void -bsd_uthread_inferior_created (struct target_ops *ops, int from_tty) +bsd_uthread_inferior_created () { bsd_uthread_activate (NULL); } |