mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
nptl: Move pthread_attr_setstack into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -113,6 +113,7 @@ libc {
|
||||
__pthread_rwlock_unlock;
|
||||
__pthread_rwlock_wrlock;
|
||||
pthread_attr_getstack;
|
||||
pthread_attr_setstack;
|
||||
pthread_barrier_destroy;
|
||||
pthread_barrier_init;
|
||||
pthread_barrier_wait;
|
||||
@@ -250,6 +251,7 @@ libc {
|
||||
pthread_attr_getstackaddr;
|
||||
pthread_attr_getstacksize;
|
||||
pthread_attr_setguardsize;
|
||||
pthread_attr_setstack;
|
||||
pthread_barrier_destroy;
|
||||
pthread_barrier_init;
|
||||
pthread_barrier_wait;
|
||||
@@ -414,7 +416,6 @@ libpthread {
|
||||
}
|
||||
|
||||
GLIBC_2.2 {
|
||||
pthread_attr_setstack;
|
||||
pthread_getcpuclockid;
|
||||
pthread_yield;
|
||||
pthread_rwlock_timedrdlock;
|
||||
|
Reference in New Issue
Block a user