From 7f79db51f243004b32a4f6e7e4383b7e7852880b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 18:23:17 +0200 Subject: Merging upstream version 0.0~git20230113.4362b18. Signed-off-by: Daniel Baumann --- libc-top-half/musl/include/pthread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc-top-half/musl/include/pthread.h') diff --git a/libc-top-half/musl/include/pthread.h b/libc-top-half/musl/include/pthread.h index 01fe5f2..b14fe82 100644 --- a/libc-top-half/musl/include/pthread.h +++ b/libc-top-half/musl/include/pthread.h @@ -85,7 +85,9 @@ extern "C" { int pthread_create(pthread_t *__restrict, const pthread_attr_t *__restrict, void *(*)(void *), void *__restrict); int pthread_detach(pthread_t); +#ifdef __wasilibc_unmodified_upstream _Noreturn void pthread_exit(void *); +#endif int pthread_join(pthread_t, void **); #ifdef __GNUC__ -- cgit v1.2.3