aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-dirent-namlen.c
blob: 4a007892fad5dd874d33b59559a194a64586c5d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <sys/types.h>
#include <dirent.h>

int
main(void)
{
	struct dirent	 entry;

	return (sizeof(entry.d_namlen) == 0);
}