]> pd.if.org Git - pdclib/blobdiff - opt/tss_errno/errno.h
Move existing errno handling to tss_errno, to allow the POSIX platform to just use...
[pdclib] / opt / tss_errno / errno.h
similarity index 98%
rename from includes/errno.h
rename to opt/tss_errno/errno.h
index 34cf843de8e54ee1947f0ec1a642a1db3d624b82..27eacb7048bdefc957fd3cd59d5537fe2c24eb13 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.5 Errors <errno.h>
 
    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