]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - csu/Versions
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / csu / Versions
index 7b8d74e530aff4e7f705c4d9e627ac209d64a0a9..8e1b21948e8d7568c3e61caeaeb719cdaf110272 100644 (file)
@@ -1,21 +1,16 @@
 libc {
   GLIBC_2.0 {
-    # global variables
-    _errno;
-
     # helper functions
     __libc_init_first; __libc_start_main;
-
-    # Exception handling support functions from libgcc
-    __register_frame; __register_frame_table; __deregister_frame;
-    __register_frame_info; __deregister_frame_info; __frame_state_for;
-    __register_frame_info_table;
-
-    # variables in normal name space
-    errno;
   }
   GLIBC_2.1 {
     # New special glibc functions.
     gnu_get_libc_release; gnu_get_libc_version;
   }
+  GLIBC_2.34 {
+    __libc_start_main;
+  }
+  GLIBC_PRIVATE {
+    errno;
+  }
 }