diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2005-10-12 09:02:24 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2005-10-12 09:02:24 +0000 |
commit | 16d4791f87d540cb775f1e9f43b2be89a54514b1 (patch) | |
tree | 71d30754e8369a24378170924abe502b13cfe9f1 /winsup/mingw | |
parent | 0efe737420bbd173d94b3444836b8c3495202a42 (diff) | |
download | cygnal-16d4791f87d540cb775f1e9f43b2be89a54514b1.tar.gz cygnal-16d4791f87d540cb775f1e9f43b2be89a54514b1.tar.bz2 cygnal-16d4791f87d540cb775f1e9f43b2be89a54514b1.zip |
* include/stddef.h: Remove.
* include/stdarg.h: Remove.
Diffstat (limited to 'winsup/mingw')
-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 |