xref: /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/errno.h (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 #ifndef __ERRNO_H__
2 #define __ERRNO_H__
3 
4 #ifndef __error_t_defined
5 typedef int error_t;
6 #define __error_t_defined 1
7 #endif
8 
9 #include <sys/errno.h>
10 
11 #endif /* !__ERRNO_H__ */
12