aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c/std_cstdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/c/std_cstdarg.h')
-rw-r--r--libstdc++-v3/include/c/std_cstdarg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/include/c/std_cstdarg.h b/libstdc++-v3/include/c/std_cstdarg.h
index 5d2a2d88c54..39d019bc1c2 100644
--- a/libstdc++-v3/include/c/std_cstdarg.h
+++ b/libstdc++-v3/include/c/std_cstdarg.h
@@ -1,6 +1,6 @@
// -*- C++ -*- forwarding header.
-// Copyright (C) 2000 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -31,12 +31,12 @@
// ISO C++ 14882: 20.4.6 C library
//
-// Note: This is not a conforming implementation.
-
#ifndef _CPP_CSTDARG
#define _CPP_CSTDARG 1
#pragma GCC system_header
-#include <stdarg.h>
+
+#undef __need___va_list
+#include_next <stdarg.h>
#endif