From 5ec8e4bd6a91b2ec381d5df75f4cb2fd44ec7b75 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 9 Jan 2023 08:41:24 -0800 Subject: [PATCH] Update to the latest wasi-libc Update to wasi-libc a1c7c2c7a4b2813c6f67bd2ef6e0f430d31cebad - Don't use sbrk(0) to determine the initial heap size (WebAssembly/wasi-libc#377) - Fix more headers to avoid depending on `max_align_t` (WebAssembly/wasi-libc#375) - Use `ENOENT` rather than `ENOTCAPABLE` for missing preopens. (WebAssembly/wasi-libc#370) - Adjust Makefile for LLVM trunk (16) as of 2022-11-08 (WebAssembly/wasi-libc#344) --- src/wasi-libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasi-libc b/src/wasi-libc index 8b7148f..a1c7c2c 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit 8b7148f69ae241a2749b3defe4606da8143b72e0 +Subproject commit a1c7c2c7a4b2813c6f67bd2ef6e0f430d31cebad