]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - csu/Versions
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / csu / Versions
index f0dfe91ca645ec59248f699c44bb2284e46508fc..8e1b21948e8d7568c3e61caeaeb719cdaf110272 100644 (file)
@@ -1,26 +1,16 @@
-%include <tls.h>
-
 libc {
   GLIBC_2.0 {
     # helper functions
     __libc_init_first; __libc_start_main;
-
-%if !(USE_TLS && HAVE___THREAD)
-    # global variables
-    _errno;
-
-    # variables in normal name space
-    errno;
-%endif
   }
   GLIBC_2.1 {
     # New special glibc functions.
     gnu_get_libc_release; gnu_get_libc_version;
   }
-  GLIBC_2.3 {
-%if USE_TLS && HAVE___THREAD
-    # This version is for the TLS symbol, GLIBC_2.0 is the old object symbol.
+  GLIBC_2.34 {
+    __libc_start_main;
+  }
+  GLIBC_PRIVATE {
     errno;
-%endif
   }
 }