bump wasi-sysroot

Define TIME_UTC to be 1.
Define CLOCKS_PER_SEC to have type clock_t.
Optimize lseek in the `tell` case.
Say "wasm32-wasi" rather than "wasm32-unknown-wasi".
Declare getentropy in <sys/random.h>
Disable unused fields in FILE and __libc.
Add vfwprintf.c to the printscan list.
Implement FD_SET, FD_CLR, etc.
Remove capsicum.h; WASI libc doesn't support that API, even internally.
Make calloc set ENOMEM when failing due to overflow.
Make the strerror message for ESUCCESS (0) be "Success".
Implement reallocarray.
Update README.md
Add missing asctime symbol
Fix floatscan no long double usage (#21)
Remove the Linux-specific <sys/signalfd.h> header.
Declare getrusage.
Format changes to musl code to fit musl's style.
Fixes #20
gitignore build
pull/26/head
Pat Hickey 6 years ago
parent 38cc8a607c
commit 774521b92c

@ -1 +1 @@
Subproject commit fad009dc1d6c8d5b0deb9a2cb894c04be1dc9098
Subproject commit 51969495ee36e7166519d2e9df4c14a25e4581e2
Loading…
Cancel
Save