mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
#ifdef _KERNEL not #if _KERNEL.
Pointy hat to: mike
This commit is contained in:
parent
8b92be43b2
commit
af103111f0
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ typedef long sig_atomic_t;
|
|||
#define MINSIGSTKSZ (1024 * 4)
|
||||
#endif
|
||||
|
||||
#if _KERNEL
|
||||
#ifdef _KERNEL
|
||||
typedef int osigset_t;
|
||||
|
||||
struct osigcontext {
|
||||
|
|
|
|||
Loading…
Reference in a new issue