From af92c5f9b3384a67d93b9ce63d79d38bbfa1bdd6 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 21 Feb 2020 11:40:41 -0800 Subject: [PATCH] WASI libc supports environment variables; update the README. (#172) --- libc-top-half/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/libc-top-half/README.md b/libc-top-half/README.md index 1de0584..b2dd7c9 100644 --- a/libc-top-half/README.md +++ b/libc-top-half/README.md @@ -13,7 +13,6 @@ Some major known missing areas include: - ipc - termios - nss - - environment variables - timezones - non-builtin locales - TIOCGWINSZ (because cloudabi lacks it; affects isatty, line buffering for stdout)