diff options
-rw-r--r-- | winsup/mingw/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/mingw/include/stdarg.h | 7 | ||||
-rw-r--r-- | winsup/mingw/include/stddef.h | 7 |
3 files changed, 5 insertions, 14 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 896c5b1d0..76ee8eef0 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,5 +1,10 @@ 2005-10-12 Danny Smith <dannysmith@users.sourceforge.net> + * include/stddef.h: Remove. + * include/stdarg.h: Remove. + +2005-10-12 Danny Smith <dannysmith@users.sourceforge.net> + * mingwex/complex/csqrt.c (csqrt): The sign of real part of result is positive when real part of arg == 0; * mingwex/complex/csqrtf.c (csqrtf): Ditto. 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<stdarg.h> -#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<stddef.h> -#endif |