xref: /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/dirent.h (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 /* <dirent.h> includes <sys/dirent.h>, which is this file.  On a
2    system which supports <dirent.h>, this file is overridden by
3    dirent.h in the libc/sys/.../sys directory.  On a system which does
4    not support <dirent.h>, we will get this file which uses #error to force
5    an error.  */
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 #error "<dirent.h> not supported"
11 #ifdef __cplusplus
12 }
13 #endif
14