projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd084b
)
add stdnoreturn.h (C11)
author
Rich Felker
<dalias@aerifal.cx>
Sat, 8 Sep 2012 04:14:25 +0000
(
00:14
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 8 Sep 2012 04:14:25 +0000
(
00:14
-0400)
features.h contains the fallback logic for pre-C11 compilers
include/stdnoreturn.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/stdnoreturn.h
b/include/stdnoreturn.h
new file mode 100644
(file)
index 0000000..
60d924a
--- /dev/null
+++ b/
include/stdnoreturn.h
@@ -0,0
+1,5
@@
+#ifndef _STDNORETURN_H
+#define _STDNORETURN_H
+#include <features.h>
+#define noreturn _Noreturn
+#endif