X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ferrno.h;h=1e712136b7806ad8d440cafe7949a5b4a9d5199d;hb=4321ebdd142b534d8b7b6c31e01790f77ac46319;hp=90c61db1fbf9dfda207aabe1b2129f3d9729faf8;hpb=0fa6394bc70eab55e0e38703a31a3072232c0729;p=pdclib diff --git a/includes/errno.h b/includes/errno.h deleted file mode 100644 index 90c61db..0000000 --- a/includes/errno.h +++ /dev/null @@ -1,23 +0,0 @@ -/* $Id$ */ - -/* 7.5 Errors - - This file is part of the Public Domain C Library (PDCLib). - Permission is granted to use, modify, and / or redistribute at will. -*/ - -#ifndef _PDCLIB_ERRNO_H -#define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H - -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H -#include <_PDCLIB_int.h> -#endif - -#define errno (*_PDCLIB_errno_func()) - -#define ERANGE _PDCLIB_ERANGE -#define EDOM _PDCLIB_EDOM - -#endif -