summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/Versions
blob: 1de589c65b8590749df5e8d3553bc2e30daa6eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
libc {
  GLIBC_2.14 {
    memcpy;
  }
%ifdef __CHKP__
  GLIBC_2.17 {
    chkp_memset_nobnd;
    chkp_memset_nochk;
    chkp_memset_nobnd_nochk;
  }
%endif
}
libm {
  GLIBC_2.1 {
    # A generic bug got this omitted from other configurations' version
    # sets, but we always had it.
    exp2l;
  }
}