summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/bits/std_streambuf.h
diff options
context:
space:
mode:
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-19 18:52:25 +0000
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-19 18:52:25 +0000
commitcd319190dedb81433b97b65fab292832e78c9565 (patch)
tree2c8bb8455ef9ab0a00342dd625d096052835ef1b /libstdc++-v3/include/bits/std_streambuf.h
parentf9f97de8bb653289a8f3cebfc437df8295c9fd87 (diff)
downloadppe42-gcc-cd319190dedb81433b97b65fab292832e78c9565.tar.gz
ppe42-gcc-cd319190dedb81433b97b65fab292832e78c9565.zip
Add #pragma system_header to header files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39896 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/std_streambuf.h')
-rw-r--r--libstdc++-v3/include/bits/std_streambuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/bits/std_streambuf.h b/libstdc++-v3/include/bits/std_streambuf.h
index 2e3c6dc1d2b..e1b078436eb 100644
--- a/libstdc++-v3/include/bits/std_streambuf.h
+++ b/libstdc++-v3/include/bits/std_streambuf.h
@@ -34,6 +34,8 @@
#ifndef _CPP_STREAMBUF
#define _CPP_STREAMBUF 1
+#pragma GCC system_header
+
#include <bits/c++config.h>
#include <bits/std_iosfwd.h>
#include <bits/std_cstdio.h> // For SEEK_SET, SEEK_CUR, SEEK_END
OpenPOWER on IntegriCloud