mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
#ifdef _KERNEL not #if _KERNEL.
Pointy hat to: mike
This commit is contained in:
parent
8b92be43b2
commit
af103111f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105044
@ -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