blob: 0ca3e861afcb791a04a68a8fd2c3ab6a7cca0f83 (
plain)
1
2
3
4
5
6
7
8
9
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
|