From 774521b92c1afd20a846763ba582419063d03e18 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 1 May 2019 12:47:13 -0700 Subject: [PATCH] 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 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 header. Declare getrusage. Format changes to musl code to fit musl's style. Fixes #20 gitignore build --- src/wasi-sysroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasi-sysroot b/src/wasi-sysroot index fad009d..5196949 160000 --- a/src/wasi-sysroot +++ b/src/wasi-sysroot @@ -1 +1 @@ -Subproject commit fad009dc1d6c8d5b0deb9a2cb894c04be1dc9098 +Subproject commit 51969495ee36e7166519d2e9df4c14a25e4581e2