Make pendingsigs forward declaration match the definition.
This commit is contained in:
parent
13fc5c1bcd
commit
75d47b0d94
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: trap.h,v 1.24 2018/12/03 06:43:19 kre Exp $ */
|
||||
/* $NetBSD: trap.h,v 1.25 2018/12/03 10:53:29 martin Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -34,7 +34,7 @@
|
||||
* @(#)trap.h 8.3 (Berkeley) 6/5/95
|
||||
*/
|
||||
|
||||
extern volatile int pendingsigs;
|
||||
extern volatile sig_atomic_t pendingsigs;
|
||||
|
||||
extern int traps_invalid;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user