aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/fstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/src/fstream.cpp')
-rw-r--r--libcxx/src/fstream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/src/fstream.cpp b/libcxx/src/fstream.cpp
index 55a4442..2975088 100644
--- a/libcxx/src/fstream.cpp
+++ b/libcxx/src/fstream.cpp
@@ -18,6 +18,7 @@
#endif
_LIBCPP_BEGIN_NAMESPACE_STD
+_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS
#if defined(_LIBCPP_WIN32API)
@@ -34,4 +35,5 @@ _LIBCPP_EXPORTED_FROM_ABI void* __filebuf_windows_native_handle(FILE* __file) no
#endif
+_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS
_LIBCPP_END_NAMESPACE_STD