]> git.ipfire.org Git - thirdparty/glibc.git/blame - htl/libpthread_syms.a
htl: Add hidden def for __pthread_create/detach
[thirdparty/glibc.git] / htl / libpthread_syms.a
CommitLineData
bc9cf8fb
ST
1/* pthread initializer is weak in glibc. It must be included if glibc
2 is to start threading. */
9cec82de 3EXTERN(__pthread_initialize_minimal)
bc9cf8fb
ST
4
5/* Weak references in glibc that must be filled if glibc is to be
6 thread safe. */
7EXTERN(cthread_detach)
8EXTERN(cthread_fork)
9EXTERN(cthread_keycreate)
10EXTERN(cthread_getspecific)
11EXTERN(cthread_setspecific)
12EXTERN(__mutex_lock_solid)
13EXTERN(__mutex_unlock_solid)
14/* For libio stream locking. */
15EXTERN(_cthreads_flockfile)
16EXTERN(_cthreads_funlockfile)
17EXTERN(_cthreads_ftrylockfile)
9446e02b
ST
18/* To create the sigthread and get its stack layout on fork */
19EXTERN(pthread_create)
20EXTERN(pthread_detach)
bc9cf8fb
ST
21EXTERN(pthread_getattr_np)
22EXTERN(pthread_attr_getstack)
23EXTERN(__pthread_enable_asynccancel)