X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Ftss_errno%2Ferrno.c;h=f70b4643a247ae44abe1e4d505f1c82046dc4dae;hb=198e1d1de7c001f20d58ff2ea33bac5d0da6f7c7;hp=6a606fc1b40752afabc267ac3610e50a08730713;hpb=8c3db524fec3b6bb85d2a2cc5cd889a63405e5f1;p=pdclib.old diff --git a/opt/tss_errno/errno.c b/opt/tss_errno/errno.c index 6a606fc..f70b464 100644 --- a/opt/tss_errno/errno.c +++ b/opt/tss_errno/errno.c @@ -13,7 +13,7 @@ static int _PDCLIB_errno = 0; -int * _PDCLIB_errno() +int * _PDCLIB_errno_func() { return &_PDCLIB_errno; }