atomicity.h: Add #pragma GCC system_header.
2013-08-07 Paolo Carlini <paolo.carlini@oracle.com> * include/ext/atomicity.h: Add #pragma GCC system_header. From-SVN: r201567
This commit is contained in:
parent
fd6eea0c63
commit
aeb1f2be12
|
@ -1,3 +1,7 @@
|
||||||
|
2013-08-07 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
|
* include/ext/atomicity.h: Add #pragma GCC system_header.
|
||||||
|
|
||||||
2013-08-07 Paolo Carlini <paolo.carlini@oracle.com>
|
2013-08-07 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
PR libstdc++/58098
|
PR libstdc++/58098
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
#ifndef _GLIBCXX_ATOMICITY_H
|
#ifndef _GLIBCXX_ATOMICITY_H
|
||||||
#define _GLIBCXX_ATOMICITY_H 1
|
#define _GLIBCXX_ATOMICITY_H 1
|
||||||
|
|
||||||
|
#pragma GCC system_header
|
||||||
|
|
||||||
#include <bits/c++config.h>
|
#include <bits/c++config.h>
|
||||||
#include <bits/gthr.h>
|
#include <bits/gthr.h>
|
||||||
#include <bits/atomic_word.h>
|
#include <bits/atomic_word.h>
|
||||||
|
|
Loading…
Reference in New Issue