]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/Versions
C++11 thread_local destructors support
[thirdparty/glibc.git] / stdlib / Versions
index 250bd5fad7a31c2d92a947f29bc68dc7c3550f15..f1777dfcf4d799a118d6a41d00538fdf0b951ae0 100644 (file)
@@ -106,6 +106,9 @@ libc {
   GLIBC_2.17 {
     secure_getenv;
   }
+  GLIBC_2.18 {
+    __cxa_thread_atexit_impl;
+  }
   GLIBC_PRIVATE {
     # functions which have an additional interface since they are
     # are cancelable.
@@ -114,5 +117,6 @@ libc {
     __abort_msg;
     # Used from other libraries
     __libc_secure_getenv;
+    __call_tls_dtors;
   }
 }