summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/unix/sysv/linux/tile/Versions
blob: 9b40d2839fb326823cd32977b2fc6812646e58e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ld {
  GLIBC_PRIVATE {
    # used for loading by static libraries
    _dl_var_init;
  }
}
libc {
  GLIBC_2.12 {
    _flush_cache;
    cacheflush;
    fallocate64;
    set_dataplane;
  }
  GLIBC_PRIVATE {
    __syscall_error;
  }
}