diff options
Diffstat (limited to 'gmon/Versions')
-rw-r--r-- | gmon/Versions | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gmon/Versions b/gmon/Versions new file mode 100644 index 0000000000..d546690b8e --- /dev/null +++ b/gmon/Versions @@ -0,0 +1,15 @@ +libc { + GLIBC_2.0 { + # functions with special/multiple interfaces + _mcount; + + # Profiling support + __monstartup; _mcleanup; __profile_frequency; + + # m* + moncontrol; monstartup; + + # p* + profil; profil_counter; + } +} |