Work around old buggy program which cannot cope with memcpy semantics.
[glibc.git] / sysdeps / x86_64 / Versions
bloba437f85e6efb3fa868f5ef07068e00dab8544010
1 libc {
2   GLIBC_2.14 {
3     memcpy;
4   }
6 libm {
7   GLIBC_2.1 {
8     # A generic bug got this omitted from other configurations' version
9     # sets, but we always had it.
10     exp2l;
11   }