diff options
Diffstat (limited to 'elf/Versions')
-rw-r--r-- | elf/Versions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/elf/Versions b/elf/Versions index 23deda9..05e5449 100644 --- a/elf/Versions +++ b/elf/Versions @@ -26,6 +26,9 @@ libc { _dl_open_hook; _dl_sym; _dl_vsym; __libc_dlclose; __libc_dlopen_mode; __libc_dlsym; + + # Internal error handling support. Interposes the functions in ld.so. + _dl_signal_error; _dl_catch_error; } } @@ -64,5 +67,8 @@ ld { # Pointer protection. __pointer_chk_guard; + + # Internal error handling support. Interposed by libc.so. + _dl_signal_error; _dl_catch_error; } } |