#ifdef _KERNEL not #if _KERNEL.
Pointy hat to: mike
This commit is contained in:
parent
8b92be43b2
commit
af103111f0
@ -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 New Issue
Block a user