#define EDOM _PDCLIB_EDOM
#define EILSEQ _PDCLIB_EILSEQ
-/* C++11. Yes, they did just copy the POSIX errno list into the standard
+/* C++11. Yes, they did just copy the POSIX errno list into the standard
*
* ...take a DEEP breath...
*/
#define ENOTDIR _PDCLIB_ENOTDIR
#define EPROTOTYPE _PDCLIB_EPROTOTYPE
+#ifdef _PDCLIB_EIO
+#define EIO _PDCLIB_EIO
+#endif
+
_PDCLIB_END_EXTERN_C
#endif
#define _PDCLIB_ENODATA 71
#define _PDCLIB_ENOTDIR 72
#define _PDCLIB_EPROTOTYPE 73
+#define _PDCLIB_EIO 74
-#define _PDCLIB_ERRNO_MAX 73
+#define _PDCLIB_ERRNO_MAX 74
#endif