mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
19 lines
257 B
Plaintext
19 lines
257 B
Plaintext
ld {
|
|
GLIBC_PRIVATE {
|
|
# used for loading by static libraries
|
|
_dl_var_init;
|
|
}
|
|
}
|
|
libc {
|
|
GLIBC_2.12 {
|
|
_flush_cache;
|
|
cacheflush;
|
|
fallocate64;
|
|
set_dataplane;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
__syscall_error;
|
|
__vdso_clock_gettime;
|
|
}
|
|
}
|