[GLIBC_2.2]: Add __clz_tab.

This commit is contained in:
Ulrich Drepper 2003-09-24 03:14:27 +00:00
parent e62e873e95
commit de251c974b
1 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,8 @@ ld {
_dl_function_address;
}
}
libc {
GLIBC_2.2 {
__clz_tab;
}
}