summaryrefslogtreecommitdiff
path: root/vg_libpthread.vs
blob: 69efdcc3633640b0c4116f41b36db7206fb791af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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;
};