mirror of
git://git.musl-libc.org/musl
synced 2024-12-18 21:05:13 +00:00
6 lines
102 B
C
6 lines
102 B
C
|
#ifndef _STDNORETURN_H
|
||
|
#define _STDNORETURN_H
|
||
|
#include <features.h>
|
||
|
#define noreturn _Noreturn
|
||
|
#endif
|