Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / include / errno.h
blob7cc2ca86f84a6f0931c86640231ab65ca3bf2796
1 #ifndef __ERRNO_H__
2 #define __ERRNO_H__
4 #ifndef __error_t_defined
5 typedef int error_t;
6 #define __error_t_defined 1
7 #endif
9 #include <sys/errno.h>
11 #endif /* !__ERRNO_H__ */