From: KJK::Hyperion Date: Fri, 22 Mar 2002 01:24:49 +0000 (+0000) Subject: dummy include files for compatibility with Microsoft POSIX X-Git-Tag: backups/mpw@12443~182 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=4e0441ed705b58a68a1b246d9655412ef4ef47c4;hp=3fdc53241de593b6a3226d1aed93397b3c32c8c6;ds=sidebyside dummy include files for compatibility with Microsoft POSIX svn path=/trunk/; revision=2760 --- diff --git a/posix/include/sys/errno.h b/posix/include/sys/errno.h new file mode 100644 index 00000000000..a7c5c1470f0 --- /dev/null +++ b/posix/include/sys/errno.h @@ -0,0 +1,44 @@ +/* $Id: errno.h,v 1.1 2002/03/22 01:24:49 hyperion Exp $ + */ +/* + * sys/errno.h + * + * dummy include file for Microsoft POSIX and Interix compatibility + * + * This file is part of the ReactOS Operating System. + * + * Contributors: + * Created by KJK::Hyperion + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + +#ifndef __SYS_ERRNO_H_INCLUDED__ +#define __SYS_ERRNO_H_INCLUDED__ + +/* INCLUDES */ +#include + +/* OBJECTS */ + +/* TYPES */ + +/* CONSTANTS */ + +/* PROTOTYPES */ + +/* MACROS */ + +#endif /* __SYS_ERRNO_H_INCLUDED__ */ + +/* EOF */ + diff --git a/posix/include/types.h b/posix/include/types.h new file mode 100644 index 00000000000..6015d46a009 --- /dev/null +++ b/posix/include/types.h @@ -0,0 +1,44 @@ +/* $Id: types.h,v 1.1 2002/03/22 01:24:49 hyperion Exp $ + */ +/* + * types.h + * + * dummy include file for Microsoft POSIX and Interix compatibility + * + * This file is part of the ReactOS Operating System. + * + * Contributors: + * Created by KJK::Hyperion + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + +#ifndef __TYPES_H_INCLUDED__ +#define __TYPES_H_INCLUDED__ + +/* INCLUDES */ +#include + +/* OBJECTS */ + +/* TYPES */ + +/* CONSTANTS */ + +/* PROTOTYPES */ + +/* MACROS */ + +#endif /* __TYPES_H_INCLUDED__ */ + +/* EOF */ +