X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Ftss_errno%2Ferrno.c;h=f70b4643a247ae44abe1e4d505f1c82046dc4dae;hb=b367243186831cf81245bf6cbbe87796f75914c1;hp=6a606fc1b40752afabc267ac3610e50a08730713;hpb=cce3efd57a644a1fa1ee8fcb14b6b934d40c10d2;p=pdclib 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; }