summaryrefslogtreecommitdiff
path: root/lib/libc/include/__select.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/include/__select.h')
-rw-r--r--lib/libc/include/__select.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/include/__select.h b/lib/libc/include/__select.h
deleted file mode 100644
index a38bbdce..00000000
--- a/lib/libc/include/__select.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __LIBC_SELECT_H
-#define __LIBC_SELECT_H
-
-struct __fd_set {
- unsigned long fds_bits[16];
-};
-
-#endif