summaryrefslogtreecommitdiff
path: root/include/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/select.h')
-rw-r--r--include/sys/select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/select.h b/include/sys/select.h
index 54d8030f..7cb0af43 100644
--- a/include/sys/select.h
+++ b/include/sys/select.h
@@ -15,6 +15,8 @@ extern "C" {
#define FD_SETSIZE 1024
+typedef unsigned long fd_mask;
+
typedef struct
{
unsigned long fds_bits[FD_SETSIZE / 8 / sizeof(long)];