mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 08:51:06 +00:00
11 lines
136 B
Plaintext
11 lines
136 B
Plaintext
libc {
|
|
GLIBC_2.19 {
|
|
__longjmp_chk;
|
|
getcontext;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
__vdso_clock_gettime;
|
|
__vdso_clock_getres;
|
|
}
|
|
}
|