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/include/stdarg.h | |
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/include/stdarg.h')
-rw-r--r-- | winsup/mingw/include/stdarg.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 |