aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx/csignal
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libcxx/csignal')
-rw-r--r--system/include/libcxx/csignal2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/csignal b/system/include/libcxx/csignal
index 93adc599..97282661 100644
--- a/system/include/libcxx/csignal
+++ b/system/include/libcxx/csignal
@@ -43,7 +43,9 @@ int raise(int sig);
#include <__config>
#include <signal.h>
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
+#endif
_LIBCPP_BEGIN_NAMESPACE_STD