X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Ftss_errno%2Ferrno.h;fp=includes%2Ferrno.h;h=27eacb7048bdefc957fd3cd59d5537fe2c24eb13;hb=8c3db524fec3b6bb85d2a2cc5cd889a63405e5f1;hp=34cf843de8e54ee1947f0ec1a642a1db3d624b82;hpb=8412c0610911d2d1686bf31462d39446e9b5dbdf;p=pdclib.old diff --git a/includes/errno.h b/opt/tss_errno/errno.h similarity index 98% rename from includes/errno.h rename to opt/tss_errno/errno.h index 34cf843..27eacb7 100644 --- a/includes/errno.h +++ b/opt/tss_errno/errno.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.5 Errors This file is part of the Public Domain C Library (PDCLib). @@ -11,7 +9,7 @@ #include <_PDCLIB_int.h> _PDCLIB_BEGIN_EXTERN_C -#define errno (*_PDCLIB_errno_func()) +#define errno (*_PDCLIB_errno()) /* C99 */ #define ERANGE _PDCLIB_ERANGE