]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/htl/pthreadP.h
htl: Add internal versions of functions used by C11 threads
[thirdparty/glibc.git] / sysdeps / htl / pthreadP.h
index 47fd3af87a3b3782312ecd2f7d57bfe15094a822..30e074c1d0da57d7feb53614d20509a9a23f8637 100644 (file)
@@ -45,6 +45,7 @@ int __pthread_create (pthread_t *newthread,
 void __cthread_detach (__cthread_t);
 int __pthread_detach (pthread_t __threadp);
 void __pthread_exit (void *value) __attribute__ ((__noreturn__));
+int __pthread_join (pthread_t, void **);
 int __cthread_keycreate (__cthread_key_t *);
 int __cthread_getspecific (__cthread_key_t, void **);
 int __cthread_setspecific (__cthread_key_t, void *);