diff options
Diffstat (limited to 'libg++/libstdc++/cstdarg')
-rw-r--r-- | libg++/libstdc++/cstdarg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libg++/libstdc++/cstdarg b/libg++/libstdc++/cstdarg new file mode 100644 index 0000000..c8ca3ea --- /dev/null +++ b/libg++/libstdc++/cstdarg @@ -0,0 +1,6 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CSTDARG__ +#include <std/cstdarg.h> +#endif |