From 36553bb62dc18760f1499f1e7a928a2b157c39fd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 6 Dec 2022 12:41:12 -0800 Subject: [PATCH] Update to the latest wasi-libc. (#261) This adds: - The `__errno_location` function and the change to `readdir` to call `stat` if `d_ino` is 0. - Support for -fstack-protector. --- src/wasi-libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasi-libc b/src/wasi-libc index a00bf32..8b7148f 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit a00bf321eeeca836ee2a0d2d25aeb8524107b8cc +Subproject commit 8b7148f69ae241a2749b3defe4606da8143b72e0