]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[GLIBC_2.2]: Add __clz_tab.
authorUlrich Drepper <drepper@redhat.com>
Wed, 24 Sep 2003 03:14:27 +0000 (03:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 24 Sep 2003 03:14:27 +0000 (03:14 +0000)
sysdeps/hppa/Versions

index 909d50bbf5b5454d1b26f0b2283f9c0f213f8fd5..2ae3cbdf1774a588b29989dfc468a08b2613837d 100644 (file)
@@ -5,3 +5,8 @@ ld {
     _dl_function_address;
   }
 }
+libc {
+  GLIBC_2.2 {
+    __clz_tab;
+  }
+}