summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/sys/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-bottom-half/headers/public/sys/ioctl.h')
-rw-r--r--libc-bottom-half/headers/public/sys/ioctl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/public/sys/ioctl.h b/libc-bottom-half/headers/public/sys/ioctl.h
new file mode 100644
index 0000000..085b314
--- /dev/null
+++ b/libc-bottom-half/headers/public/sys/ioctl.h
@@ -0,0 +1,10 @@
+#ifndef __wasilibc_sys_ioctl_h
+#define __wasilibc_sys_ioctl_h
+
+/*
+ * Include the real implementation, which is factored into a separate file so
+ * that it can be reused by other libc ioctl implementations.
+ */
+#include <__header_sys_ioctl.h>
+
+#endif