Files
ww/lib/errors/errnotest.ww
Hojun-Cho 9e82037998 lib/errors: errnotest use os.exit not raw syscall (rule-7)
The local doexit reimplemented os.exit via a raw rt_syscall(60) decl
with no documented divergence, while the file already imports + uses
os. os.exit (lib/os/os.ww:68) is byte-identical (syscall1(nr.EXIT=60));
ostest/stattest siblings already use os.exit.
2026-06-02 22:57:37 +09:00

3.5 KiB