summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include/stdarg.h
blob: 90a2d95a04a5c489aa9d56f0e3ba54efab5aa817 (plain)
1
2
3
4
5
6
7
/*
 * 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