diff options
Diffstat (limited to 'libc-bottom-half/headers/public/fcntl.h')
-rw-r--r-- | libc-bottom-half/headers/public/fcntl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/public/fcntl.h b/libc-bottom-half/headers/public/fcntl.h new file mode 100644 index 0000000..0ca3e86 --- /dev/null +++ b/libc-bottom-half/headers/public/fcntl.h @@ -0,0 +1,10 @@ +#ifndef __wasilibc_fcntl_h +#define __wasilibc_fcntl_h + +/* + * Include the real implementation, which is factored into a separate file so + * that it can be reused by other libc fcntl implementations. + */ +#include <__header_fcntl.h> + +#endif |