about summary refs log tree commit diff
path: root/sysdeps/htl/pthreadP.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 23:13:24 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-10 00:06:59 +0000
commitf1cd3407e4c6767e0bbe2ca122b713c6581b8d67 (patch)
tree8c22e44447d7c34fa562df64ec3b4f329c4272d9 /sysdeps/htl/pthreadP.h
parent782ee4e256a1e2b6fe2fe226ec8a38732e43c60f (diff)
downloadglibc-f1cd3407e4c6767e0bbe2ca122b713c6581b8d67.tar.gz
glibc-f1cd3407e4c6767e0bbe2ca122b713c6581b8d67.tar.xz
glibc-f1cd3407e4c6767e0bbe2ca122b713c6581b8d67.zip
htl: clean __pthread_get_cleanup_stack hidden proto
Diffstat (limited to 'sysdeps/htl/pthreadP.h')
-rw-r--r--sysdeps/htl/pthreadP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pthreadP.h b/sysdeps/htl/pthreadP.h
index fd1e697e39..7de96120a4 100644
--- a/sysdeps/htl/pthreadP.h
+++ b/sysdeps/htl/pthreadP.h
@@ -84,7 +84,6 @@ 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 *);
-struct __pthread_cancelation_handler **___pthread_get_cleanup_stack (void) attribute_hidden;
 
 #if IS_IN (libpthread)
 hidden_proto (__pthread_key_create)
@@ -93,6 +92,7 @@ hidden_proto (__pthread_setspecific)
 hidden_proto (__pthread_mutex_init)
 hidden_proto (__pthread_mutex_destroy)
 hidden_proto (__pthread_mutex_timedlock)
+hidden_proto (__pthread_get_cleanup_stack)
 #endif
 
 #define ASSERT_TYPE_SIZE(type, size) 					\