summaryrefslogtreecommitdiffstats
path: root/sys/sys/selinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/selinfo.h')
-rw-r--r--sys/sys/selinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/selinfo.h b/sys/sys/selinfo.h
index e51f645..9a03949 100644
--- a/sys/sys/selinfo.h
+++ b/sys/sys/selinfo.h
@@ -56,8 +56,8 @@ struct selinfo {
#ifdef _KERNEL
void clear_selinfo_list(struct thread *td);
-void selrecord __P((struct thread *selector, struct selinfo *sip));
-void selwakeup __P((struct selinfo *sip));
+void selrecord(struct thread *selector, struct selinfo *sip);
+void selwakeup(struct selinfo *sip);
#endif
#endif /* !_SYS_SELINFO_H_ */
OpenPOWER on IntegriCloud