glibc/sysdeps/unix/sysv/linux/arc/Versions
Florian Weimer 65e1340e32 arc: Remove _dl_var_init
The generic __rtld_static_init code handles GLRO (dl_pagesize).

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2021-05-17 10:08:05 +02:00

11 lines
178 B
Plaintext

libc {
GLIBC_2.32 {
_flush_cache;
cacheflush;
}
GLIBC_PRIVATE {
# A copy of sigaction lives in libpthread, and needs these.
__default_rt_sa_restorer;
}
}