mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
The new "noreturn" option tag on syscall methods causes those methods to be generated with [[noreturn]] / _Noreturn to avoid clang complaining that other functions marked noreturn, like exit(), because it can't tell that the syscall never returns.
883 B
883 B