X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;h=95ec9487baae1f902d798d9a7818cec2990ee4c9;hb=d5fd1fa48564a5528f53e5b1cab5063a0545d7f7;hp=c853af884de082663009a7c5c74a0dfece7cceb4;hpb=50304f2eefb4c79ceaf4605203f3825a35d831c0;p=musl diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index c853af88..95ec9487 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -87,6 +87,7 @@ struct __timer { pthread_t __pthread_self_init(void); +int __uniclone(void *, void (*)(pthread_t), void *); int __set_thread_area(void *); int __libc_sigaction(int, const struct sigaction *, struct sigaction *); int __libc_sigprocmask(int, const sigset_t *, sigset_t *);