1 file changed
+1
-1
lines changed- .github/workflows/main.yml+19-9
- LICENSE+1
- Makefile+92-42
- expected/wasm32-wasip1-threads/defined-symbols.txt+5
- expected/wasm32-wasip1-threads/include-all.c+1
- expected/wasm32-wasip1-threads/predefined-macros.txt+42
- expected/wasm32-wasip1/defined-symbols.txt+126
- expected/wasm32-wasip1/include-all.c+1
- expected/wasm32-wasip1/predefined-macros.txt+50
- expected/wasm32-wasip2/defined-symbols.txt+126
- expected/wasm32-wasip2/include-all.c+1
- expected/wasm32-wasip2/predefined-macros.txt+50
- fts/config.h+7
- fts/musl-fts/COPYING+26
- fts/musl-fts/NOTICE.wasi-libc.md+9
- fts/musl-fts/fts.c+1.3k
- fts/musl-fts/fts.h+155
- fts/patches/0001-Add-conditional-handling-for-fchdir-and-chdir-functi.patch+102
- fts/update-musl-fts.sh+32
- libc-top-half/musl/include/limits.h-2
- libc-top-half/musl/include/pthread.h+28-2
- libc-top-half/musl/src/internal/pthread_impl.h+2
- libc-top-half/musl/src/thread/pthread_self.c+1-2
- stub-pthreads/README.md+16
- stub-pthreads/barrier.c+23
- stub-pthreads/condvar.c+36
- stub-pthreads/mutex.c+67
- stub-pthreads/rwlock.c+60
- stub-pthreads/spinlock.c+21
- stub-pthreads/stub-pthreads-emulated.c+40
- stub-pthreads/stub-pthreads-good.c+43
- test/.gitignore+2
- test/Makefile+5-1
- test/smoke/smoke.mk+35
- test/smoke/test_fts.c+180
0 commit comments