aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-06-30 18:03:42 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-06-30 18:03:42 +0000
commitfc0de8f0b67cc985fc43ce36df1a736f0d37c9a7 (patch)
tree788978c5fa52aad0858347d77eb0deccb77dcd5c /sys/sparc64
parent418a27e99ec5a9396a65605bde67c372e0e90c8e (diff)
downloadsrc-fc0de8f0b67cc985fc43ce36df1a736f0d37c9a7.tar.gz
src-fc0de8f0b67cc985fc43ce36df1a736f0d37c9a7.zip
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
<sys/syscallsubr.h> where all other kern_<syscall> prototypes live.
Notes
Notes: svn path=/head/; revision=209613
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index eda2e01670a2..70abf63e47d0 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
#include <sys/reboot.h>
#include <sys/signalvar.h>
#include <sys/smp.h>
+#include <sys/syscallsubr.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <sys/timetc.h>