source: trunk/libs/newlib/src/newlib/libc/include/dirent.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 247 bytes
Line 
1#ifndef _DIRENT_H_
2#define _DIRENT_H_
3#ifdef __cplusplus
4extern "C" {
5#endif
6#include <sys/cdefs.h>
7#include <sys/dirent.h>
8
9#if !defined(MAXNAMLEN) && __BSD_VISIBLE
10#define MAXNAMLEN 1024
11#endif
12
13#ifdef __cplusplus
14}
15#endif
16#endif /*_DIRENT_H_*/
Note: See TracBrowser for help on using the repository browser.