summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/aarch64/Versions
blob: ae3742cc1ea474dfccf3728cf4c115181d2dfd1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ld {
  GLIBC_PRIVATE {
    # used for loading by static libraries
    _dl_var_init;
  }
}
libc {
  GLIBC_2.24 {
    recvmsg; sendmsg;
  }

  GLIBC_PRIVATE {
    __vdso_clock_gettime;
    __vdso_clock_getres;
  }
}