diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-03 23:19:18 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-03 23:19:18 +0000 |
commit | 43fc3a5310424f1ec309b8a537fb114cffaa7108 (patch) | |
tree | 0394123cc6266e4144735f79268adc075920ed1c /libstdc++-v3/include/ext | |
parent | 3b2d9202aa4c4242bd28c0aa684b544c407b09d4 (diff) | |
download | gcc-43fc3a5310424f1ec309b8a537fb114cffaa7108.tar.gz |
2010-09-03 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/45347
* include/ext/concurrence.h: Add #pragma GCC system_header.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163848 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/ext')
-rw-r--r-- | libstdc++-v3/include/ext/concurrence.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/concurrence.h b/libstdc++-v3/include/ext/concurrence.h index 71f8cd0a707..6f8e10bfeef 100644 --- a/libstdc++-v3/include/ext/concurrence.h +++ b/libstdc++-v3/include/ext/concurrence.h @@ -1,6 +1,6 @@ // Support for concurrent programing -*- C++ -*- -// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 +// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -31,6 +31,8 @@ #ifndef _CONCURRENCE_H #define _CONCURRENCE_H 1 +#pragma GCC system_header + #include <exception> #include <bits/gthr.h> #include <bits/functexcept.h> |