diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index bf31fa0194c..ab7ec5d2244 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -881,9 +881,9 @@ sol_thread_alive (ptid_t ptid) } static void -sol_thread_stop (void) +sol_thread_stop (ptid_t ptid) { - procfs_ops.to_stop (); + procfs_ops.to_stop (ptid); } /* These routines implement the lower half of the thread_db interface, |