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
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