summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/linux_machdep.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-01 21:54:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-01 21:54:08 +0000
commit41af40fac6714670ff497a0558dab724ca56f35f (patch)
treefa27bd7da1f943755dc82eeb7ecbf9a3b1d955be /sys/arch/i386/include/linux_machdep.h
parentd1f9e6798948ca75d128ad46760c3788f01d0375 (diff)
add type & union sigval args to sendsig/trapsignal
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 c5a09d1cc93..453593beee6 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, caddr_t));
+void linux_sendsig __P((sig_t, int, int, u_long, int, union sigval));
dev_t linux_fakedev __P((dev_t));
/*