From 16d4791f87d540cb775f1e9f43b2be89a54514b1 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Wed, 12 Oct 2005 09:02:24 +0000 Subject: [PATCH] * include/stddef.h: Remove. * include/stdarg.h: Remove. --- winsup/mingw/ChangeLog | 5 +++++ winsup/mingw/include/stdarg.h | 7 ------- winsup/mingw/include/stddef.h | 7 ------- 3 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 winsup/mingw/include/stdarg.h delete mode 100644 winsup/mingw/include/stddef.h diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 896c5b1d0..76ee8eef0 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,8 @@ +2005-10-12 Danny Smith + + * include/stddef.h: Remove. + * include/stdarg.h: Remove. + 2005-10-12 Danny Smith * mingwex/complex/csqrt.c (csqrt): The sign of real part diff --git a/winsup/mingw/include/stdarg.h b/winsup/mingw/include/stdarg.h deleted file mode 100644 index 90a2d95a0..000000000 --- a/winsup/mingw/include/stdarg.h +++ /dev/null @@ -1,7 +0,0 @@ -/* - * This is just an RC_INVOKED guard for the real stdarg.h - * fixincluded in gcc system dir. One day we will delete this file. - */ -#ifndef RC_INVOKED -#include_next -#endif diff --git a/winsup/mingw/include/stddef.h b/winsup/mingw/include/stddef.h deleted file mode 100644 index ef9d5ffe4..000000000 --- a/winsup/mingw/include/stddef.h +++ /dev/null @@ -1,7 +0,0 @@ -/* - * This is just an RC_INVOKED guard for the real stddef.h - * fixincluded in gcc system dir. One day we will delete this file. - */ -#ifndef RC_INVOKED -#include_next -#endif