mirror of
git://git.musl-libc.org/musl
synced 2024-12-16 03:35:06 +00:00
f0f17b5b70
features.h contains the fallback logic for pre-C11 compilers
6 lines
102 B
C
6 lines
102 B
C
#ifndef _STDNORETURN_H
|
|
#define _STDNORETURN_H
|
|
#include <features.h>
|
|
#define noreturn _Noreturn
|
|
#endif
|