aboutsummaryrefslogtreecommitdiff
path: root/stdlib/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/Versions')
-rw-r--r--stdlib/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/Versions b/stdlib/Versions
index 034125a200..d189f4bdbd 100644
--- a/stdlib/Versions
+++ b/stdlib/Versions
@@ -94,4 +94,8 @@ libc {
# used by new G++ ABI
__cxa_atexit; __cxa_finalize;
}
+ GLIBC_2.2.1 {
+ # used in the thread library
+ __cxa_on_exit;
+ }
}