summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/linux_machdep.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-27 22:48:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-27 22:48:43 +0000
commitfd6845b3865eba2ad5058edac543ef9f8f78f4cd (patch)
treea15f16c19bc0208c3d48750757cc0612706331e7 /sys/arch/i386/include/linux_machdep.h
parentfd600a4e9c7470f397abf3164bef81cc24d75ce9 (diff)
add another parameter to trapsignal() and sendsig() -- fault addr to be
delivered with in the siginfo information
Diffstat (limited to 'sys/arch/i386/include/linux_machdep.h')
-rw-r--r--sys/arch/i386/include/linux_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/include/linux_machdep.h b/sys/arch/i386/include/linux_machdep.h
index 1c26026594f..c5a09d1cc93 100644
--- a/sys/arch/i386/include/linux_machdep.h
+++ b/sys/arch/i386/include/linux_machdep.h
@@ -76,7 +76,7 @@ struct linux_sigframe {
sig_t sf_handler;
};
-void linux_sendsig __P((sig_t, int, int, u_long));
+void linux_sendsig __P((sig_t, int, int, u_long, caddr_t));
dev_t linux_fakedev __P((dev_t));
/*