mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
add stdnoreturn.h (C11)
features.h contains the fallback logic for pre-C11 compilers
This commit is contained in:
parent
3cd084bb03
commit
f0f17b5b70
1 changed files with 5 additions and 0 deletions
5
include/stdnoreturn.h
Normal file
5
include/stdnoreturn.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#ifndef _STDNORETURN_H
|
||||
#define _STDNORETURN_H
|
||||
#include <features.h>
|
||||
#define noreturn _Noreturn
|
||||
#endif
|
Loading…
Add table
Reference in a new issue