1 /*
2 * This is just an RC_INVOKED guard for the real varargs.h
3 * fixincluded in gcc system dir. One day we will delete this file.
4 */
5 #ifndef RC_INVOKED
6 #include_next<varargs.h>
7 #endif