X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=opt%2Ftss_errno%2Ferrno.h;h=37da36f01bb47f4669eb689fee039c684f18fcf9;hp=27eacb7048bdefc957fd3cd59d5537fe2c24eb13;hb=92f939206a4edc57681503d2771eb925b80a33a9;hpb=6c77bb9f3034767a904517e4e460e680349c28c7 diff --git a/opt/tss_errno/errno.h b/opt/tss_errno/errno.h index 27eacb7..37da36f 100644 --- a/opt/tss_errno/errno.h +++ b/opt/tss_errno/errno.h @@ -9,6 +9,7 @@ #include <_PDCLIB_int.h> _PDCLIB_BEGIN_EXTERN_C +extern int * _PDCLIB_errno( void ); #define errno (*_PDCLIB_errno()) /* C99 */