about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arc/Versions
blob: 292f1974b02aa62ba2b590ddfa7e68fafad98853 (plain) (blame)
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.32 {
    _flush_cache;
    cacheflush;
  }
  GLIBC_PRIVATE {
    # A copy of sigaction lives in libpthread, and needs these.
    __default_rt_sa_restorer;
  }
}