Skip to content

Add `stdnoreturn.h`

Josh Megnauth requested to merge josh/relibc:add-stdnoreturn-h into master

This header is more or less the same across libc implementations. I borrowed a macro from musl to try to fall back to GCC's attributes if _Noreturn is unavailable.

Edited by Josh Megnauth

Merge request reports