We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b799d99 commit 5ff6fefCopy full SHA for 5ff6fef
include/sys/select.h
@@ -45,11 +45,9 @@ __BEGIN_DECLS
45
/* Get __sigset_t. */
46
#include <bits/sigset.h>
47
48
-/* This declaration puts `struct timeval' in global scope even if
49
- <sys/time.h> has not been included to define it. That way the
50
- `select' prototype below will not conflict with a later definition
51
- of `struct timeval'. */
52
-struct timeval;
+/* Get definition of struct timeval. */
+#define __need_timeval
+#include <bits/time.h>
53
54
typedef __fd_mask fd_mask;
55
0 commit comments