summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-06-30 18:03:42 +0000
committerjhb <jhb@FreeBSD.org>2010-06-30 18:03:42 +0000
commitde324e256c9dc34a94524f6b1dcdd1e0bc2f74ee (patch)
tree788978c5fa52aad0858347d77eb0deccb77dcd5c /sys/ia64
parent738cd61a3da5d3ec670e62660ce993ed21858c36 (diff)
downloadFreeBSD-src-de324e256c9dc34a94524f6b1dcdd1e0bc2f74ee.zip
FreeBSD-src-de324e256c9dc34a94524f6b1dcdd1e0bc2f74ee.tar.gz
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
<sys/syscallsubr.h> where all other kern_<syscall> prototypes live.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index c13adc3..ed00a04 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$");
#include <sys/sched.h>
#include <sys/signalvar.h>
#include <sys/syscall.h>
+#include <sys/syscallsubr.h>
#include <sys/sysctl.h>
#include <sys/sysproto.h>
#include <sys/ucontext.h>
OpenPOWER on IntegriCloud