OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [include/] [sys/] [dirent.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1005 ivang
/* <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 tries to find
5
   any other <dirent.h> which may be lurking around.  If there isn't
6
   one, the user will get an error indicating that there is no
7
   <dirent.h>.  */
8
 
9
#ifdef __cplusplus
10
extern "C" {
11
#endif
12
#include_next <dirent.h>
13
#ifdef __cplusplus
14
}
15
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.