]> git.ipfire.org Git - thirdparty/glibc.git/blame - gmon/Versions
nptl/tst-cancel25 needs to be an internal test
[thirdparty/glibc.git] / gmon / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
3 # functions with special/multiple interfaces
4 _mcount;
5
6 # Profiling support
7 __monstartup; _mcleanup; __profile_frequency;
8
9 # m*
69173865 10 monstartup;
b0b67c47
UD
11
12 # p*
13 profil; profil_counter;
14 }
69173865
UD
15 GLIBC_2.2 {
16 # m*
17 moncontrol;
18 }
4c48b267
UD
19 GLIBC_2.2.3 {
20 sprofil;
21 }
08d57105
AZ
22 GLIBC_2.31 {
23 }
b0b67c47 24}