summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/Versions
blob: a437f85e6efb3fa868f5ef07068e00dab8544010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
  }
}