diff options
Diffstat (limited to 'gdb/hpux-thread.c')
-rw-r--r-- | gdb/hpux-thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c index 4264eed..cd69e19 100644 --- a/gdb/hpux-thread.c +++ b/gdb/hpux-thread.c @@ -505,9 +505,9 @@ hpux_thread_alive (ptid_t ptid) } static void -hpux_thread_stop (void) +hpux_thread_stop (ptid_t ptid) { - deprecated_child_ops.to_stop (); + deprecated_child_ops.to_stop (ptid); } /* Convert a pid to printable form. */ |