summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/riscv/Versions
blob: 5625d2a0b8fab9d519422015950fd9bb8a82b82b (plain)
1
2
3
4
5
6
7
8
9
10
11
ld {
  GLIBC_PRIVATE {
    # used for loading by static libraries
    _dl_var_init;
  }
}
libc {
  GLIBC_2.27 {
    __riscv_flush_icache;
  }
}