Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dirent.h « sys « include « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2f2342d5cacb1bacca81cbbe6c9f8ae412f029a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* <dirent.h> includes <sys/dirent.h>, which is this file.  On a
   system which supports <dirent.h>, this file is overridden by
   dirent.h in the libc/sys/.../sys directory.  On a system which does
   not support <dirent.h>, we will get this file which tries to find
   any other <dirent.h> which may be lurking around.  If there isn't
   one, the user will get an error indicating that there is no
   <dirent.h>.  */

#ifdef __cplusplus
extern "C" {
#endif
#include_next <dirent.h>
#ifdef __cplusplus
}
#endif