aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 2fc5cc17ef..f563e3b6cf 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -118,6 +118,7 @@ libc {
__pthread_cleanup_upto;
__pthread_cond_destroy; # Used by the C11 threads.
__pthread_cond_init; # Used by the C11 threads.
+ __pthread_exit;
__pthread_force_elision;
__pthread_getattr_default_np;
__pthread_keys;
@@ -157,7 +158,6 @@ libpthread {
pthread_cond_wait;
pthread_create;
pthread_detach;
- pthread_exit;
pthread_getspecific;
pthread_join;
pthread_key_create;