diff options
Diffstat (limited to 'include/bh/internal/file_posix.h')
| -rw-r--r-- | include/bh/internal/file_posix.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/bh/internal/file_posix.h b/include/bh/internal/file_posix.h index e69de29..e041e61 100644 --- a/include/bh/internal/file_posix.h +++ b/include/bh/internal/file_posix.h @@ -0,0 +1,9 @@ +#include <unistd.h> + +struct bh_file_s +{ + bh_io_t base; + char *path; + int mode; + int handle; +};
\ No newline at end of file |
