aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/dirent.h
blob: 97700f304d479e9dd1f5887c1f49d9b7b5e90bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _DIRENT_H_
#define _DIRENT_H_
#ifdef __cplusplus
extern "C" {
#endif

#if !defined(MAXNAMLEN) && !defined(_POSIX_SOURCE)
#define MAXNAMLEN 1024
#endif

#include <sys/dirent.h>

#ifdef __cplusplus
}
#endif
#endif /*_DIRENT_H_*/