summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-12-31 04:13:50 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-12-31 04:13:50 +0000
commitb8f7521b5437eb26cfcd66bf24a34671a7e9ac17 (patch)
tree21f6d6c0aa0e5c511fad0282241e6c38509d67d9
parentd97556954e4683e4eb5e9b98548813981f882da2 (diff)
Notes
-rw-r--r--sys/sys/select.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/sys/select.h b/sys/sys/select.h
index 38432384469c..e2b58c0bb0b3 100644
--- a/sys/sys/select.h
+++ b/sys/sys/select.h
@@ -40,15 +40,9 @@
#include <sys/_types.h>
#include <sys/_sigset.h>
+#include <sys/_timeval.h>
#include <sys/timespec.h>
-/*
- * XXX
- * Other things required for this header which we do not presently implement:
- *
- * struct timeval (with suseconds_t)
- */
-
typedef unsigned long __fd_mask;
#if __BSD_VISIBLE
typedef __fd_mask fd_mask;
@@ -103,7 +97,6 @@ typedef struct fd_set {
} while (0)
#ifndef _KERNEL
-struct timeval;
__BEGIN_DECLS
int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,