aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions
index b96fadf..edf4da4 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -77,6 +77,7 @@ libc {
pthread_attr_getstacksize;
pthread_attr_init;
pthread_attr_setguardsize;
+ pthread_attr_setstackaddr;
pthread_mutexattr_gettype;
pthread_mutexattr_settype;
pthread_rwlock_destroy;
@@ -252,6 +253,7 @@ libc {
pthread_attr_getstacksize;
pthread_attr_setguardsize;
pthread_attr_setstack;
+ pthread_attr_setstackaddr;
pthread_barrier_destroy;
pthread_barrier_init;
pthread_barrier_wait;
@@ -400,7 +402,6 @@ libpthread {
}
GLIBC_2.1 {
- pthread_attr_setstackaddr;
pthread_attr_setstacksize;
pthread_create;
pthread_getconcurrency;