Commited for 2.33
commit
7c331116971d38e57703af4097ed13ab6bef91d0
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Thu Dec 3 12:21:47 2020 +0100
htl: Add hidden def for __pthread_create/detach
to avoid a PLT.
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-libpthread_plt.diff
return err;
}
strong_alias (__pthread_create, pthread_create)
+hidden_def (__pthread_create)
/* Internal version of pthread_create. See comment in
pt-internal.h. */
return err;
}
strong_alias (__pthread_detach, pthread_detach)
+hidden_def (__pthread_detach)
struct __pthread_cancelation_handler **___pthread_get_cleanup_stack (void) attribute_hidden;
#if IS_IN (libpthread)
+hidden_proto (__pthread_create)
+hidden_proto (__pthread_detach)
hidden_proto (__pthread_key_create)
hidden_proto (__pthread_getspecific)
hidden_proto (__pthread_setspecific)