aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/pthreadP.h
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 /sysdeps/htl/pthreadP.h
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 'sysdeps/htl/pthreadP.h')
-rw-r--r--sysdeps/htl/pthreadP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/htl/pthreadP.h b/sysdeps/htl/pthreadP.h
index a397112f52..6cdafe7315 100644
--- a/sysdeps/htl/pthreadP.h
+++ b/sysdeps/htl/pthreadP.h
@@ -92,6 +92,7 @@ int __pthread_attr_setstacksize (pthread_attr_t *__attr, size_t __stacksize);
int __pthread_attr_setstack (pthread_attr_t *__attr, void *__stackaddr,
size_t __stacksize);
int __pthread_attr_getstack (const pthread_attr_t *, void **, size_t *);
+libc_hidden_proto (__pthread_attr_getstack)
void __pthread_testcancel (void);
#define __pthread_raise_internal(__sig) raise (__sig)