diff options
Diffstat (limited to 'stdlib/Versions')
-rw-r--r-- | stdlib/Versions | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index 274013f0ed..c2e17e0096 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -93,6 +93,9 @@ libc { GLIBC_PRIVATE { # functions which have an additional interface since they are # are cancelable. - __libc_system; __on_exit; + __libc_system; + + # functions used in other libraries. + __on_exit; } } |