summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-08 19:48:47 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-08 19:48:47 -0400
commita0f33f996f7986dbf37631a4577f8565b42df29e (patch)
tree78c71a736d4bd75009abba7796f0e0aca78e47ec /include
parent762011fe9ffded81448be4dc50a2b27faaafe4c9 (diff)
Add range checking for FD_SET, FD_CLR, and FD_ISSET
Diffstat (limited to 'include')
-rw-r--r--include/bits/select2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bits/select2.h b/include/bits/select2.h
new file mode 100644
index 0000000000..08f7259647
--- /dev/null
+++ b/include/bits/select2.h
@@ -0,0 +1 @@
+#include "../../misc/bits/select2.h"