From e83a01c383f9375da2af8786ba9f467044268e83 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 13 Mar 2015 12:47:21 +0000 Subject: [PATCH] * include/experimental/system_error: Fix include guard. From-SVN: r221417 --- libstdc++-v3/ChangeLog | 2 ++ libstdc++-v3/include/experimental/system_error | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 71e61650088..efba7a417fc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -3,6 +3,8 @@ * acinclude.m4: Make --enable-libstdcxx-time=auto work for dragonfly. * configure: Regenerate. + * include/experimental/system_error: Fix include guard. + 2015-03-12 Renlin Li * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Remove xfail for diff --git a/libstdc++-v3/include/experimental/system_error b/libstdc++-v3/include/experimental/system_error index 5c49ac751d4..ba3f8befd83 100644 --- a/libstdc++-v3/include/experimental/system_error +++ b/libstdc++-v3/include/experimental/system_error @@ -31,7 +31,7 @@ // #ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR -#define _GLIBCXX_EXPERIMENTAL_CHRONO 1 +#define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1 #pragma GCC system_header