From fc9b8e475d13b13e6cac1441aef649ce45929111 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 18 Oct 2014 21:24:47 -0700 Subject: [PATCH] linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static. gdb/ChangeLog: linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static. --- gdb/ChangeLog | 4 ++++ gdb/linux-nat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 97cab79616b..801feba47e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-10-18 Doug Evans + + * linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static. + 2014-10-17 Doug Evans * NEWS: Mention new event gdb.clear_objfiles. diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 396c30c7070..21797c119a2 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -3011,7 +3011,7 @@ linux_nat_wait_1 (struct target_ops *ops, ptid_t ptid, struct target_waitstatus *ourstatus, int target_options) { - static sigset_t prev_mask; + sigset_t prev_mask; enum resume_kind last_resume_kind; struct lwp_info *lp; int status; -- 2.30.2