2 files changed
+3
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
|
- Makefile+25-7
- expected/wasm32-wasi-pthread/defined-symbols.txt+22-2
- expected/wasm32-wasi-pthread/include-all.c
- expected/wasm32-wasi-pthread/predefined-macros.txt-2
- expected/wasm32-wasi-pthread/undefined-symbols.txt+2
- expected/wasm32-wasi/defined-symbols.txt
- expected/wasm32-wasi/include-all.c
- expected/wasm32-wasi/predefined-macros.txt-1
- expected/wasm32-wasi/undefined-symbols.txt
- libc-bottom-half/crt/crt1-command.c+13
- libc-bottom-half/headers/public/wasi/api.h+1-1
- libc-bottom-half/sources/__wasilibc_real.c+2-3
- libc-bottom-half/sources/posix.c+50-50
- libc-top-half/musl/include/pthread.h+2
- libc-top-half/musl/include/unistd.h+2
- libc-top-half/musl/src/env/__init_tls.c+79-4
- libc-top-half/musl/src/include/pthread.h+2
- libc-top-half/musl/src/internal/pthread_impl.h+5
- libc-top-half/musl/src/thread/__wait.c+1-1
- libc-top-half/musl/src/thread/pthread_attr_get.c+4
- libc-top-half/musl/src/thread/pthread_barrier_destroy.c+2
- libc-top-half/musl/src/thread/pthread_barrier_wait.c+8
- libc-top-half/musl/src/thread/pthread_create.c+19-5
0 commit comments