View | Details | Raw Unified | Return to bug 138318
Collapse All | Expand All

(-)select.h (-1 / +1 lines)
Lines 39-45 Link Here
39
#include <sys/_timeval.h>
39
#include <sys/_timeval.h>
40
#include <sys/timespec.h>
40
#include <sys/timespec.h>
41
41
42
typedef	unsigned long	__fd_mask;
42
typedef	__uint32_t	__fd_mask;
43
#if __BSD_VISIBLE
43
#if __BSD_VISIBLE
44
typedef	__fd_mask	fd_mask;
44
typedef	__fd_mask	fd_mask;
45
#endif
45
#endif

Return to bug 138318