blob: e94758b23643a9056ae176f3a18d7f46686049b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
libc {
GLIBC_2.14 {
memcpy;
}
GLIBC_2.13 {
__fentry__;
}
}
libm {
GLIBC_2.1 {
# A generic bug got this omitted from other configurations' version
# sets, but we always had it.
exp2l;
}
}
|