diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-15 12:02:37 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-15 12:02:37 +0000 |
commit | 5c4538529a1df286e6578bfa04eeaaa9d5d20637 (patch) | |
tree | 5bc5e4289faf9ba78672252f637dc1b9544a8d54 /sys | |
parent | a2d891fa34c11982a8aff023cc702bb13d00021f (diff) |
Need a declaration for netbsd_sendisg.
From d@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/include/netbsd_machdep.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/alpha/include/netbsd_machdep.h b/sys/arch/alpha/include/netbsd_machdep.h index 2ae9917ec8e..9c053b01357 100644 --- a/sys/arch/alpha/include/netbsd_machdep.h +++ b/sys/arch/alpha/include/netbsd_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netbsd_machdep.h,v 1.2 1999/09/14 01:05:24 kstailey Exp $ */ +/* $OpenBSD: netbsd_machdep.h,v 1.3 2001/01/15 12:02:36 art Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -50,4 +50,8 @@ struct netbsd_sigcontext { netbsd_sigset_t sc_mask; /* signal mask to restore (new style) */ }; +#ifdef _KERNEL +void netbsd_sendsig __P((sig_t, int, int, u_long, int, union sigval)); +#endif + #endif /* _NETBSD_MACHDEP_H */ |