diff options
Diffstat (limited to 'sys/i386/include/sigframe.h')
| -rw-r--r-- | sys/i386/include/sigframe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/sigframe.h b/sys/i386/include/sigframe.h index 27be404b8a11..947743d2c0c0 100644 --- a/sys/i386/include/sigframe.h +++ b/sys/i386/include/sigframe.h @@ -34,7 +34,7 @@ /* * Signal frames, arguments passed to application signal handlers. */ - +#ifdef _KERNEL struct osigframe { /* * The first four members may be used by applications. @@ -69,6 +69,7 @@ struct osigframe { /* In the SA_SIGINFO case, sf_arg2 points here. */ osiginfo_t sf_siginfo; }; +#endif struct sigframe { /* |
