summaryrefslogtreecommitdiffstats
path: root/sys/sys/sleepqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sleepqueue.h')
-rw-r--r--sys/sys/sleepqueue.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/sleepqueue.h b/sys/sys/sleepqueue.h
index 58d667e..170d858 100644
--- a/sys/sys/sleepqueue.h
+++ b/sys/sys/sleepqueue.h
@@ -102,10 +102,10 @@ void sleepq_release(void *wchan);
void sleepq_remove(struct thread *td, void *wchan);
void sleepq_signal(void *wchan, int flags, int pri, int queue);
void sleepq_set_timeout(void *wchan, int timo);
-int sleepq_timedwait(void *wchan);
-int sleepq_timedwait_sig(void *wchan);
-void sleepq_wait(void *wchan);
-int sleepq_wait_sig(void *wchan);
+int sleepq_timedwait(void *wchan, int pri);
+int sleepq_timedwait_sig(void *wchan, int pri);
+void sleepq_wait(void *wchan, int pri);
+int sleepq_wait_sig(void *wchan, int pri);
#endif /* _KERNEL */
#endif /* !_SYS_SLEEPQUEUE_H_ */
OpenPOWER on IntegriCloud