diff options
Diffstat (limited to 'debug')
-rw-r--r-- | debug/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debug/Versions b/debug/Versions index 01d390eb9f..c2b6396d82 100644 --- a/debug/Versions +++ b/debug/Versions @@ -6,4 +6,8 @@ libc { # b* backtrace; backtrace_symbols; backtrace_symbols_fd; } + GLIBC_2.2 { + # These are to support some gcc features. + __cyg_profile_func_enter; __cyg_profile_func_exit; + } } |