X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=opt%2Ftss_errno%2Ferrno.h;fp=opt%2Ftss_errno%2Ferrno.h;h=cda22a00328e8c2b5580ca36e907b2899ed88c8b;hp=47b2022439a0fd31cce12add91bc6f16a386187a;hb=2d43dbb1c70aee6c3474c254c0a2302ef39c0c7a;hpb=a2d905faa640c50f1a736a510ef574d99d917df4 diff --git a/opt/tss_errno/errno.h b/opt/tss_errno/errno.h index 47b2022..cda22a0 100644 --- a/opt/tss_errno/errno.h +++ b/opt/tss_errno/errno.h @@ -17,7 +17,7 @@ extern int * _PDCLIB_errno_func( void ); #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... */ @@ -93,6 +93,10 @@ extern int * _PDCLIB_errno_func( void ); #define ENOTDIR _PDCLIB_ENOTDIR #define EPROTOTYPE _PDCLIB_EPROTOTYPE +#ifdef _PDCLIB_EIO +#define EIO _PDCLIB_EIO +#endif + _PDCLIB_END_EXTERN_C #endif