X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Ftss_errno%2Ferrno.h;fp=includes%2Ferrno.h;h=27eacb7048bdefc957fd3cd59d5537fe2c24eb13;hp=34cf843de8e54ee1947f0ec1a642a1db3d624b82;hb=cce3efd57a644a1fa1ee8fcb14b6b934d40c10d2;hpb=11b77089568a6386f90aab2bbdc0ca0df32ab765 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