libc/newlib/libc/include/dirent.h

17 lines
247 B
C
Raw Normal View History

#ifndef _DIRENT_H_
#define _DIRENT_H_
2000-02-17 20:39:52 +01:00
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/cdefs.h>
2000-02-17 20:39:52 +01:00
#include <sys/dirent.h>
#if !defined(MAXNAMLEN) && __BSD_VISIBLE
#define MAXNAMLEN 1024
#endif
2000-02-17 20:39:52 +01:00
#ifdef __cplusplus
}
#endif
#endif /*_DIRENT_H_*/