aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions12
1 files changed, 10 insertions, 2 deletions
diff --git a/nptl/Versions b/nptl/Versions
index f7140277f5..a799e63606 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -29,11 +29,18 @@ libc {
pthread_cond_wait; pthread_cond_signal;
pthread_cond_broadcast; pthread_cond_timedwait;
}
+ GLIBC_2.3.3 {
+ pthread_attr_setaffinity_np;
+ }
+ GLIBC_2.3.4 {
+ pthread_attr_setaffinity_np;
+ }
# C11 thread symbols.
GLIBC_2.28 {
thrd_current; thrd_equal; thrd_sleep; thrd_yield;
}
GLIBC_2.32 {
+ pthread_attr_setaffinity_np;
pthread_sigmask;
}
GLIBC_PRIVATE {
@@ -45,6 +52,7 @@ libc {
__libc_allocate_rtsig_private;
# Used by the C11 threads implementation.
__pthread_cond_destroy; __pthread_cond_init;
+ __pthread_attr_setaffinity_np;
}
}
@@ -219,13 +227,13 @@ libpthread {
# affinity interfaces without size parameter
pthread_getaffinity_np; pthread_setaffinity_np;
- pthread_attr_getaffinity_np; pthread_attr_setaffinity_np;
+ pthread_attr_getaffinity_np;
}
GLIBC_2.3.4 {
# New affinity interfaces.
pthread_getaffinity_np; pthread_setaffinity_np;
- pthread_attr_getaffinity_np; pthread_attr_setaffinity_np;
+ pthread_attr_getaffinity_np;
pthread_setschedprio;
}