diff mbox

Fix include guard in <experimental/system_error>

Message ID 20150313124758.GG9755@redhat.com
State New
Headers show

Commit Message

Jonathan Wakely March 13, 2015, 12:47 p.m. UTC
Ville spotted this mistake, committed to trunk.
diff mbox

Patch

commit 6d2d6ae5c25e9cc71f2f3fa275a33b1ab805dfd9
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Mar 13 12:31:46 2015 +0000

    	* include/experimental/system_error: Fix include guard.

diff --git a/libstdc++-v3/include/experimental/system_error b/libstdc++-v3/include/experimental/system_error
index 5c49ac7..ba3f8be 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