blob: ce1364a6bf9fa7360b6d376dd5d1f115b26c818c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __wasilibc_dirent_h
#define __wasilibc_dirent_h
/*
* Include the real implementation, which is factored into a separate file so
* that it can be reused by other libc dirent implementations.
*/
#include <__header_dirent.h>
#endif
|