code: plan9front

Download patch

ref: b8ae7708fb3ef3acbb30ccf3181897f8157c18de
parent: d79edf98b8d3dd8c1cbf9ad1be7728e13ed7a364
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