summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_proc.c')
-rw-r--r--sys/kern/kern_proc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c
index 9f20562..81c5c7b 100644
--- a/sys/kern/kern_proc.c
+++ b/sys/kern/kern_proc.c
@@ -330,6 +330,9 @@ kse_release(struct thread *td, struct kse_release_args *uap)
return (0);
}
+/* struct kse_wakeup_args {
+ struct kse_mailbox *mbx;
+}; */
int
kse_wakeup(struct thread *td, struct kse_wakeup_args *uap)
{
OpenPOWER on IntegriCloud