summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/bits/dirent.h
blob: 254db40033c6e3af9ff56f8a123cb32be24f37f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#define _DIRENT_HAVE_D_RECLEN
#define _DIRENT_HAVE_D_OFF
#define _DIRENT_HAVE_D_TYPE

struct dirent {
	ino_t           d_ino;
	off_t           d_off;
	unsigned short  d_reclen;
	unsigned char   d_type;
	char            d_name[766];
};