summaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions9
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions
index b1c2da06c0..38d7e48047 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -28,6 +28,10 @@ libc {
pthread_cond_wait; pthread_cond_signal;
pthread_cond_broadcast; pthread_cond_timedwait;
}
+ # C11 thread symbols.
+ GLIBC_2.28 {
+ thrd_current; thrd_equal; thrd_sleep; thrd_yield;
+ }
GLIBC_PRIVATE {
__libc_alloca_cutoff;
# Internal libc interface to libpthread
@@ -265,6 +269,11 @@ libpthread {
GLIBC_2.22 {
}
+ # C11 thread symbols.
+ GLIBC_2.28 {
+ thrd_create; thrd_detach; thrd_exit; thrd_join;
+ }
+
GLIBC_PRIVATE {
__pthread_initialize_minimal;
__pthread_clock_gettime; __pthread_clock_settime;