mirror of git://sourceware.org/git/glibc.git
21 lines
401 B
Plaintext
21 lines
401 B
Plaintext
libc {
|
|
GLIBC_2.14 {
|
|
memcpy;
|
|
}
|
|
GLIBC_2.13 {
|
|
__fentry__;
|
|
}
|
|
GLIBC_ABI_DT_X86_64_PLT {
|
|
# This symbol is used only for empty version map and will be removed
|
|
# by scripts/versions.awk.
|
|
__placeholder_only_for_empty_version_map;
|
|
}
|
|
}
|
|
libm {
|
|
GLIBC_2.1 {
|
|
# A generic bug got this omitted from other configurations' version
|
|
# sets, but we always had it.
|
|
exp2l;
|
|
}
|
|
}
|