]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/link.h
C++11 thread_local destructors support
[thirdparty/glibc.git] / include / link.h
index 230e95d6c8eb67adc37893bf7051fc327d3ac47a..7dc3cd1e3294d9f3af17d3f76f439e41ad0f9bea 100644 (file)
@@ -302,6 +302,9 @@ struct link_map
     /* Index of the module in the dtv array.  */
     size_t l_tls_modid;
 
+    /* Number of thread_local objects constructed by this DSO.  */
+    size_t l_tls_dtor_count;
+
     /* Information used to change permission after the relocations are
        done.  */
     ElfW(Addr) l_relro_addr;