security hardening: ensure suid programs have valid stdin/out/err
[oweals/musl.git] / src / internal / pthread_impl.h
index c853af884de082663009a7c5c74a0dfece7cceb4..95ec9487baae1f902d798d9a7818cec2990ee4c9 100644 (file)
@@ -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 *);