git: 9front

Download patch

ref: 83f8d5b9c79483dccb5203a0a65af7d50bed9c94
parent: 7e3063edb96c6dbf38692fd13fda75bc71633b28
author: Jacob Moody <moody@posixcafe.org>
date: Wed Mar 22 00:07:07 EDT 2023

ape: add stdnoreturn.h

--- /dev/null
+++ b/sys/include/ape/stdnoreturn.h
@@ -1,0 +1,6 @@
+#ifndef __STDNORETURN_H
+#define __STDNORETURN_H
+
+#define noreturn _Noreturn
+
+#endif
--