* include/experimental/system_error: Fix include guard.

From-SVN: r221417
This commit is contained in:
Jonathan Wakely 2015-03-13 12:47:21 +00:00 committed by Jonathan Wakely
parent cd93945d03
commit e83a01c383
2 changed files with 3 additions and 1 deletions

View File

@ -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 <renlin.li@arm.com>
* testsuite/27_io/ios_base/sync_with_stdio/1.cc: Remove xfail for

View File

@ -31,7 +31,7 @@
//
#ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
#define _GLIBCXX_EXPERIMENTAL_CHRONO 1
#define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
#pragma GCC system_header