diff options
Diffstat (limited to 'sys/sys/wait.h')
-rw-r--r-- | sys/sys/wait.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/wait.h b/sys/sys/wait.h index c854e14..036dda8 100644 --- a/sys/sys/wait.h +++ b/sys/sys/wait.h @@ -144,7 +144,7 @@ union wait { #define WSTOPPED _WSTOPPED #endif /* _POSIX_SOURCE */ -#ifndef KERNEL +#ifndef _KERNEL #include <sys/types.h> #include <sys/cdefs.h> |