]> pd.if.org Git - pdclib/blobdiff - includes/errno.h
Moved the C locale implementation into main code base. None of these are really optio...
[pdclib] / includes / errno.h
diff --git a/includes/errno.h b/includes/errno.h
deleted file mode 100644 (file)
index 5bd397d..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/* ----------------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------------
- * Public Domain C Library - http://pdclib.sourceforge.net
- * This code is Public Domain. Use, modify, and redistribute at will.
- * ----------------------------------------------------------------------------
- * Errors
- * --------------------------------------------------------------------------*/
-
-#ifndef _ERRNO_H
-#define _ERRNO_H _ERRNO_H
-
-#ifndef _PERSONALITY
-#define _PERSONALITY _PERSONALITY
-#include "__personality.h"
-#endif /* _PERSONALITY */
-
-/* TODO: Documentation */
-
-/* ----------------------------------------------------------------------------
- * DECLARATIONS
- * --------------------------------------------------------------------------*/
-
-extern int errno;
-
-/* ----------------------------------------------------------------------------
- * DEFINES
- * --------------------------------------------------------------------------*/
-
-#define EDOM   _EDOM   /* domain error                                       */
-#define EILSEQ _EILSEQ /* illegal (multibyte) sequence                       */
-#define ERANGE _ERANGE /* range error                                        */
-
-#endif /* _ERRNO_H */