* sol-thread.c (sol_thread_notice_signals): Use PIDGET when
passing pid down to procfs_notice_signals.
This commit is contained in:
parent
f5ec493e57
commit
d2fce7f74c
2 changed files with 6 additions and 1 deletions
|
@ -822,7 +822,7 @@ static void
|
|||
sol_thread_notice_signals (pid)
|
||||
int pid;
|
||||
{
|
||||
procfs_ops.to_notice_signals (pid);
|
||||
procfs_ops.to_notice_signals (PIDGET (pid));
|
||||
}
|
||||
|
||||
/* Fork an inferior process, and start debugging it with /proc. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue