about summary refs log tree commit diff
path: root/stdlib/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/Versions')
-rw-r--r--stdlib/Versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/Versions b/stdlib/Versions
index 6854c5a6d6..274013f0ed 100644
--- a/stdlib/Versions
+++ b/stdlib/Versions
@@ -7,7 +7,7 @@ libc {
     __strto*_internal;
 
     # functions used in other libraries
-    __secure_getenv; __on_exit;
+    __secure_getenv;
 
     # a*
     a64l; abort; abs; atexit; atof; atoi; atol; atoll;
@@ -93,6 +93,6 @@ libc {
   GLIBC_PRIVATE {
     # functions which have an additional interface since they are
     # are cancelable.
-    __libc_system;
+    __libc_system; __on_exit;
   }
 }