]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[ld] (GLIBC_2.2): Export _dl_check_map_versions.
authorUlrich Drepper <drepper@redhat.com>
Sat, 19 Aug 2000 07:06:50 +0000 (07:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 19 Aug 2000 07:06:50 +0000 (07:06 +0000)
elf/Versions

index 789774bd90205cebe0b32350e4174ac188197250..776934a39a592244c2b5c82efb602a95a38e7e87 100644 (file)
@@ -52,7 +52,7 @@ ld {
     _dl_dst_count; _dl_dst_substitute;
   }
   GLIBC_2.2 {
-    _dl_init; _dl_load_lock; _dl_argv; _dl_nloaded;
+    _dl_init; _dl_load_lock; _dl_argv; _dl_nloaded; _dl_check_map_versions;
 
     # this is defined in ld.so and overridden by libc
     _dl_init_first;