libc/newlib/libc/include/errno.h

10 lines
139 B
C

#ifndef __ERRNO_H__
#define __ERRNO_H__
typedef int error_t;
#define __error_t_defined
#include <sys/errno.h>
#endif /* !__ERRNO_H__ */