mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
16 lines
268 B
Text
16 lines
268 B
Text
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;
|
|
}
|
|
}
|