From 5c152bc4caa82de947ef43b8d41febe482a69dfc Mon Sep 17 00:00:00 2001 From: earnie Date: Wed, 21 Aug 2002 12:49:55 +0000 Subject: [PATCH] * include/sys/param.h: New File. --- winsup/mingw/ChangeLog | 4 ++++ winsup/mingw/include/sys/param.h | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 winsup/mingw/include/sys/param.h diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index a656942fa5..ed21d6961a 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2002-08-21 Earnie Boyd + + * include/sys/param.h: New File. + 2002-08-21 Danny Smith * include/math.h (asm): Change to __asm__ throughout. diff --git a/winsup/mingw/include/sys/param.h b/winsup/mingw/include/sys/param.h new file mode 100644 index 0000000000..499bec9933 --- /dev/null +++ b/winsup/mingw/include/sys/param.h @@ -0,0 +1,31 @@ +/* + * param.h + * + * This file is part of the Mingw32 package. + * + * Contributors: + * Created by Earnie Boyd + * + * 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 + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + * $Revision$ + * $Author$ + * $Date$ + * + */ + +#ifndef _SYS_PARAM_H +#define _SYS_PARAM_H + +#include +#include + +#endif -- 2.11.0