1570af302Sopenharmony_ci#define _DIRENT_HAVE_D_RECLEN
2570af302Sopenharmony_ci#define _DIRENT_HAVE_D_OFF
3570af302Sopenharmony_ci#define _DIRENT_HAVE_D_TYPE
4570af302Sopenharmony_ci
5570af302Sopenharmony_cistruct dirent {
6570af302Sopenharmony_ci	ino_t d_ino;
7570af302Sopenharmony_ci	off_t d_off;
8570af302Sopenharmony_ci	unsigned short d_reclen;
9570af302Sopenharmony_ci	unsigned char d_type;
10570af302Sopenharmony_ci	char d_name[256];
11570af302Sopenharmony_ci};
12