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

typedef int error_t;

#include <sys/errno.h>

#endif /* !__ERRNO_H__ */