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.
This commit is contained in:
parent
5bb926bae5
commit
fc9b8e475d
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue