mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
0be8ae3679
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
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;
|
|
}
|
|
}
|