X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..b7266188b87f3620ec3f9f717e57194a7dd989fe:/bsd/sys/select.h?ds=sidebyside diff --git a/bsd/sys/select.h b/bsd/sys/select.h index 0bb8d0594..79237174b 100644 --- a/bsd/sys/select.h +++ b/bsd/sys/select.h @@ -160,6 +160,7 @@ struct selinfo; __BEGIN_DECLS +extern int selwait; void selrecord(proc_t selector, struct selinfo *, void *); void selwakeup(struct selinfo *); void selthreadclear(struct selinfo *);