From f95a4a932476be2ba99e2fd081e8d2bc6ea12813 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 15 Dec 2017 09:38:53 -0500 Subject: Import newlib and create makefile --- newlib/libc/include/sys/dirent.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 newlib/libc/include/sys/dirent.h (limited to 'newlib/libc/include/sys/dirent.h') diff --git a/newlib/libc/include/sys/dirent.h b/newlib/libc/include/sys/dirent.h new file mode 100644 index 0000000..f2f2342 --- /dev/null +++ b/newlib/libc/include/sys/dirent.h @@ -0,0 +1,15 @@ +/* includes , which is this file. On a + system which supports , this file is overridden by + dirent.h in the libc/sys/.../sys directory. On a system which does + not support , we will get this file which tries to find + any other which may be lurking around. If there isn't + one, the user will get an error indicating that there is no + . */ + +#ifdef __cplusplus +extern "C" { +#endif +#include_next +#ifdef __cplusplus +} +#endif -- cgit v1.2.3