mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 14:08:09 +08:00
* sol-thread.c (sol_thread_notice_signals): Use PIDGET when
passing pid down to procfs_notice_signals.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user