From d2fce7f74c166f3568e12fd1fed52e99b784df5c Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Fri, 18 Sep 1998 14:57:16 +0000 Subject: [PATCH] * sol-thread.c (sol_thread_notice_signals): Use PIDGET when passing pid down to procfs_notice_signals. --- gdb/ChangeLog | 5 +++++ gdb/sol-thread.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e7f0f8d8a2c..2e16c5764e0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 18 07:53:08 1998 Peter Schauer + + * sol-thread.c (sol_thread_notice_signals): Use PIDGET when + passing pid down to procfs_notice_signals. + Wed Sep 16 14:57:14 1998 Stu Grossman * stabsread.c (resolve_symbol_reference): Return 1 on success, 0 on diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 88836feae01..3479aab2efa 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -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. */ -- 2.30.2