X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Ftss_errno%2Ferrno.h;h=47b2022439a0fd31cce12add91bc6f16a386187a;hb=0c13662a438dc9306daace1412c9d330cfd0cf46;hp=27eacb7048bdefc957fd3cd59d5537fe2c24eb13;hpb=cce3efd57a644a1fa1ee8fcb14b6b934d40c10d2;p=pdclib diff --git a/opt/tss_errno/errno.h b/opt/tss_errno/errno.h index 27eacb7..47b2022 100644 --- a/opt/tss_errno/errno.h +++ b/opt/tss_errno/errno.h @@ -9,7 +9,8 @@ #include <_PDCLIB_int.h> _PDCLIB_BEGIN_EXTERN_C -#define errno (*_PDCLIB_errno()) +extern int * _PDCLIB_errno_func( void ); +#define errno (*_PDCLIB_errno_func()) /* C99 */ #define ERANGE _PDCLIB_ERANGE