X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ferrno.h;h=2795fdf6c727128b247a0c742471e23a0f228ff6;hb=18af9d0a4cd252433e0cbd5daf4640e325c9d0ab;hp=5bd397d12424d23e250e4976a20bbddf06ecc8ee;hpb=c8f799d852e3698468a78954d82588e841cc0b70;p=pdclib.old diff --git a/includes/errno.h b/includes/errno.h deleted file mode 100644 index 5bd397d..0000000 --- a/includes/errno.h +++ /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 */