about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/Versions
blob: cc28d8474461c5f8a045e76bd1259343cb7c080c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ld {
  GLIBC_PRIVATE {
  # used for loading by static libraries
    _dl_var_init;
  }
}
libc {
  GLIBC_PRIVATE {
    __vdso_get_tbfreq;
    __vdso_clock_gettime;
    __vdso_clock_getres;
    __vdso_getcpu;
    __vdso_time;
  }
}
libm {
  GLIBC_2.19 {
  }
}
libpthread {
  GLIBC_2.6 {
    __libpthread_version_placeholder;
  }
}