diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2008-10-19 10:02:26 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2008-10-19 10:02:26 +0000 |
| commit | aa8b201112c871e10cb119d371688098b5395916 (patch) | |
| tree | b27837b90bdbe0e63b7ff72ce0c5c2b29bb7cbd5 /sys/compat/linux/linux_signal.h | |
| parent | 4f1fb109f9cb9345a8956524a9eeed749612c8dd (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_signal.h')
| -rw-r--r-- | sys/compat/linux/linux_signal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_signal.h b/sys/compat/linux/linux_signal.h index 5f6d5bdd45d2..ba780e9937d1 100644 --- a/sys/compat/linux/linux_signal.h +++ b/sys/compat/linux/linux_signal.h @@ -31,9 +31,12 @@ #ifndef _LINUX_SIGNAL_H_ #define _LINUX_SIGNAL_H_ +#define LINUX_SI_TKILL -6; + void linux_to_bsd_sigset(l_sigset_t *, sigset_t *); void bsd_to_linux_sigset(sigset_t *, l_sigset_t *); int linux_do_sigaction(struct thread *, int, l_sigaction_t *, l_sigaction_t *); +void ksiginfo_to_lsiginfo(ksiginfo_t *ksi, l_siginfo_t *lsi, l_int sig); #define LINUX_SIG_VALID(sig) ((sig) <= LINUX_NSIG && (sig) > 0) |
