aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_os.h
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2015-04-02 13:27:08 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2015-04-02 13:27:08 +0000
commit8c2806cda51fe1e629ecf9f6e593995fd4ba1073 (patch)
treed22dedc124c9ce554837f00feb8c9d5d774772ae /runtime/src/kmp_os.h
parent1e585c2e08f554f4b650fa0a4d0aa1e62b74b99e (diff)
Replace some unsafe API calls with safe alternatives on Windows, prepare code for similar actions on other platforms - wrap unsafe API calls into macros.
git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@233915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/src/kmp_os.h')
-rw-r--r--runtime/src/kmp_os.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/src/kmp_os.h b/runtime/src/kmp_os.h
index 20868cd..d8a9226 100644
--- a/runtime/src/kmp_os.h
+++ b/runtime/src/kmp_os.h
@@ -850,3 +850,6 @@ enum kmp_warnings_level {
#endif // __cplusplus
#endif /* KMP_OS_H */
+// Safe C API
+#include "kmp_safe_c_api.h"
+