commit a317e64bcdcdac3bfdb6c8e9dec18d4687744cfc
parent 18bb46c8153da24acc1d1d7c2a9fbb572f95757c
Author: Drew DeVault <sir@cmpwn.com>
Date: Fri, 12 Feb 2021 09:13:21 -0500
update stdlib
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/gen-stdlib b/gen-stdlib
@@ -185,7 +185,6 @@ os() {
'$(PLATFORM)/fdstream.ha' \
'$(PLATFORM)/open.ha' \
'$(PLATFORM)/stdfd.ha' \
- environ.ha \
stdfd.ha
gen_ssa os io strings types
}
diff --git a/mk/stdlib.mk b/mk/stdlib.mk
@@ -174,7 +174,6 @@ stdlib_os_srcs= \
$(STDLIB)/os/$(PLATFORM)/fdstream.ha \
$(STDLIB)/os/$(PLATFORM)/open.ha \
$(STDLIB)/os/$(PLATFORM)/stdfd.ha \
- $(STDLIB)/os/environ.ha \
$(STDLIB)/os/stdfd.ha
$(HARECACHE)/os/os.ssa: $(stdlib_os_srcs) $(stdlib_rt) $(stdlib_io) $(stdlib_strings) $(stdlib_types)
@@ -416,7 +415,6 @@ testlib_os_srcs= \
$(STDLIB)/os/$(PLATFORM)/fdstream.ha \
$(STDLIB)/os/$(PLATFORM)/open.ha \
$(STDLIB)/os/$(PLATFORM)/stdfd.ha \
- $(STDLIB)/os/environ.ha \
$(STDLIB)/os/stdfd.ha
$(TESTCACHE)/os/os.ssa: $(testlib_os_srcs) $(testlib_rt) $(testlib_io) $(testlib_strings) $(testlib_types)