aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/errno.h
blob: 7c14597b21a37b42475516393e9859a1d1ef4d26 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ERRNO_H__
#define __ERRNO_H__

typedef int error_t;
#define __error_t_defined

#include <sys/errno.h>

#endif /* !__ERRNO_H__ */