source: trunk/libs/newlib/src/newlib/libc/include/errno.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: 174 bytes
Line 
1#ifndef __ERRNO_H__
2#define __ERRNO_H__
3
4#ifndef __error_t_defined
5typedef int error_t;
6#define __error_t_defined 1
7#endif
8
9#include <sys/errno.h>
10
11#endif /* !__ERRNO_H__ */
Note: See TracBrowser for help on using the repository browser.