diff options
Diffstat (limited to 'sys/arch/i386/include/linux_machdep.h')
-rw-r--r-- | sys/arch/i386/include/linux_machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/i386/include/linux_machdep.h b/sys/arch/i386/include/linux_machdep.h index 453593beee6..4d45532b9d0 100644 --- a/sys/arch/i386/include/linux_machdep.h +++ b/sys/arch/i386/include/linux_machdep.h @@ -76,8 +76,10 @@ struct linux_sigframe { sig_t sf_handler; }; +#ifdef _KERNEL void linux_sendsig __P((sig_t, int, int, u_long, int, union sigval)); dev_t linux_fakedev __P((dev_t)); +#endif /* * Major device numbers of VT device on both Linux and NetBSD. Used in |