source: trunk/libs/newlib/src/newlib/libc/include/sys/dir.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: 171 bytes
Line 
1/* BSD predecessor of POSIX.1 <dirent.h> and struct dirent */
2
3#ifndef _SYS_DIR_H_
4#define _SYS_DIR_H_
5
6#include <dirent.h>
7
8#define direct dirent
9
10#endif /*_SYS_DIR_H_*/
Note: See TracBrowser for help on using the repository browser.