]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/arch/wasm32/pthread_arch.h
80424d0ae0386c904c4076bdbc7d89ae9fe49d9d
[wasi-libc.git] / libc-top-half / musl / arch / wasm32 / pthread_arch.h
1 #ifdef _REENTRANT
2 #error "multiple threads not supported in musl yet"
3 #endif
4
5 static inline struct pthread *__pthread_self(void)
6 {
7 return (struct pthread *)-1;
8 }
9
10 #define TP_ADJ(p) (p)
11
12 #define tls_mod_off_t unsigned long long