diff options
Diffstat (limited to 'gnu/lib/libg++/libstdc++/cstdarg')
| -rw-r--r-- | gnu/lib/libg++/libstdc++/cstdarg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libstdc++/cstdarg b/gnu/lib/libg++/libstdc++/cstdarg new file mode 100644 index 00000000000..c8ca3eabf13 --- /dev/null +++ b/gnu/lib/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 |
