aboutsummaryrefslogtreecommitdiff
path: root/htl
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-18 13:21:39 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-19 01:37:35 +0100
commit330c1fad5b909399a245e96f3e1db5fbaa6ea413 (patch)
treee3ebe8d13f05968d6a101ea58a2e1f102c932e2f /htl
parent1428ae39e8d72d04d8c7d88186d6137bbe5a04d1 (diff)
downloadglibc-330c1fad5b909399a245e96f3e1db5fbaa6ea413.tar.xz
glibc-330c1fad5b909399a245e96f3e1db5fbaa6ea413.zip
htl: move pthread_attr_getstack into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile2
-rw-r--r--htl/Versions5
2 files changed, 4 insertions, 3 deletions
diff --git a/htl/Makefile b/htl/Makefile
index 1340c1b688..d9faf5080c 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -25,7 +25,6 @@ SYSDEPS := lockfile
LCLHDRS :=
libpthread-routines := \
- pt-attr-getstack \
pt-attr-init \
pt-attr-setguardsize \
pt-attr-setschedparam \
@@ -201,6 +200,7 @@ routines := \
pt-attr-getschedparam \
pt-attr-getschedpolicy \
pt-attr-getscope \
+ pt-attr-getstack \
pt-attr-getstackaddr \
pt-attr-getstacksize \
pt-attr-setdetachstate \
diff --git a/htl/Versions b/htl/Versions
index f72569c63d..05b7765efa 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -18,6 +18,7 @@ libc {
pthread_attr_getscope;
pthread_attr_getstacksize;
pthread_attr_getstackaddr;
+ pthread_attr_getstack;
}
GLIBC_2.21 {
@@ -51,6 +52,7 @@ libc {
pthread_attr_getguardsize;
pthread_attr_getstacksize;
pthread_attr_getstackaddr;
+ pthread_attr_getstack;
}
@@ -64,6 +66,7 @@ libc {
__pthread_default_attr;
__pthread_attr_getstacksize;
__pthread_attr_getstackaddr;
+ __pthread_attr_getstack;
}
}
@@ -92,7 +95,6 @@ libpthread {
pthread_atfork;
- pthread_attr_getstack;
pthread_attr_init;
pthread_attr_setguardsize;
pthread_attr_setschedparam;
@@ -211,7 +213,6 @@ libpthread {
__pthread_getspecific;
__pthread_setspecific;
__pthread_getattr_np;
- __pthread_attr_getstack;
__pthread_mutex_init;
__pthread_mutex_destroy;
__pthread_mutex_timedlock;