mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
libc {
|
|
GLIBC_2.14 {
|
|
memcpy;
|
|
}
|
|
}
|
|
libm {
|
|
GLIBC_2.1 {
|
|
# A generic bug got this omitted from other configurations' version
|
|
# sets, but we always had it.
|
|
exp2l;
|
|
}
|
|
}
|