]> git.corax.cc Git - corax/commitdiff
Add sys/select.h header
authorMatthias Kruk <m@m10k.eu>
Wed, 2 Oct 2019 07:12:36 +0000 (16:12 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 2 Oct 2019 07:12:36 +0000 (16:12 +0900)
include/sys/select.h [new file with mode: 0644]

diff --git a/include/sys/select.h b/include/sys/select.h
new file mode 100644 (file)
index 0000000..790b379
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __SYS_SELECT_H
+#define __SYS_SELECT_H
+
+typedef struct {
+
+} fd_set;
+
+#endif /* __SYS_SELECT_H */