]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/_select.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / sys / _select.h
index 567d621856230f718eff4d9fac1f305a89de4c8a..174814916d440665c098990d4a40d3341940e083 100644 (file)
 #ifndef _SYS__SELECT_H_
 #define _SYS__SELECT_H_
 
+#include <sys/cdefs.h> /* __DARWIN_EXTSN_C, __DARWIN_1050, __DARWIN_ALIAS_C */
+#include <sys/_types/_fd_def.h> /* fd_set */
+#include <sys/_types/_timeval.h> /* struct timeval */
+
 int      select(int, fd_set * __restrict, fd_set * __restrict,
     fd_set * __restrict, struct timeval * __restrict)
+
 #if defined(_DARWIN_C_SOURCE) || defined(_DARWIN_UNLIMITED_SELECT)
 __DARWIN_EXTSN_C(select)
 #else /* !_DARWIN_C_SOURCE && !_DARWIN_UNLIMITED_SELECT */