4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-17 20:09:21 +08:00

17 lines
247 B
C
Raw Normal View History

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