summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/include/sys/sched.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/include/sys/sched.h b/sys/include/sys/sched.h
index ae59d5f..52ca1ba 100644
--- a/sys/include/sys/sched.h
+++ b/sys/include/sys/sched.h
@@ -31,11 +31,12 @@
#define _SYS_SCHED_H_
#include <sys/proc.h>
+#include <sys/cdefs.h>
#if defined(_KERNEL)
void sched_init(void);
-void sched_enter(void);
+__dead void sched_enter(void);
void sched_enqueue_td(struct proc *td);
#endif /* _KERNEL */