summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/kthread.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-06 16:20:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-11 10:08:08 +0100
commit66659ff1ad6831b0ea7425fa6ecd8a8687523658 (patch)
tree48e22b475fa8854128e0861a33fed6f78c8094b5 /freebsd/sys/sys/kthread.h
parentDefine __GLOBL1() and __GLOBL() (diff)
downloadrtems-libbsd-66659ff1ad6831b0ea7425fa6ecd8a8687523658.tar.bz2
Update to FreeBSD 9.2
Diffstat (limited to 'freebsd/sys/sys/kthread.h')
-rw-r--r--freebsd/sys/sys/kthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/sys/sys/kthread.h b/freebsd/sys/sys/kthread.h
index 390463f3..4911eccc 100644
--- a/freebsd/sys/sys/kthread.h
+++ b/freebsd/sys/sys/kthread.h
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
-/*-
+/*
* A kernel process descriptor; used to start "internal" daemons.
*
* Note: global_procpp may be NULL for no global save area.
@@ -73,7 +73,7 @@ int kthread_resume(struct thread *);
void kthread_shutdown(void *, int);
void kthread_start(const void *);
int kthread_suspend(struct thread *, int);
-void kthread_suspend_check(struct thread *);
+void kthread_suspend_check(void);
#endif /* !_SYS_KTHREAD_H_ */