mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 11:10:21 +00:00
GLIBC_2.2.3. I dunno what this means, if anything, but someone reports it helps. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@467
20 lines
228 B
GLSL
20 lines
228 B
GLSL
|
|
GLIBC_2.0 {
|
|
};
|
|
|
|
GLIBC_2.1 {
|
|
} GLIBC_2.0;
|
|
|
|
GLIBC_2.2 {
|
|
} GLIBC_2.1;
|
|
|
|
GLIBC_2.2.3 {
|
|
__pthread_clock_gettime;
|
|
__pthread_clock_settime;
|
|
} GLIBC_2.2;
|
|
|
|
GLIBC_PRIVATE {
|
|
__pthread_clock_gettime;
|
|
__pthread_clock_settime;
|
|
};
|