summaryrefslogtreecommitdiffstats
path: root/include/cstdlib
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-10-17 20:05:10 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-10-17 20:05:10 +0000
commit08e17472e4d5434b668dd4c63e3fa5f4b45337b9 (patch)
treea24953b1e276f3eeec6145905bb5284f75019d8b /include/cstdlib
parent2baccd81f1d87265718035d32c0f4feffd451363 (diff)
downloadexternal_libcxx-08e17472e4d5434b668dd4c63e3fa5f4b45337b9.tar.gz
external_libcxx-08e17472e4d5434b668dd4c63e3fa5f4b45337b9.tar.bz2
external_libcxx-08e17472e4d5434b668dd4c63e3fa5f4b45337b9.zip
Windows support by Ruben Van Boxem.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@142235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/cstdlib')
-rw-r--r--include/cstdlib2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cstdlib b/include/cstdlib
index 26c27ffd2..e8726cf6f 100644
--- a/include/cstdlib
+++ b/include/cstdlib
@@ -82,7 +82,9 @@ size_t wcstombs(char* restrict s, const wchar_t* restrict pwcs, size_t n);
#include <__config>
#include <stdlib.h>
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
+#endif
_LIBCPP_BEGIN_NAMESPACE_STD