aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/stdnoreturn.h
blob: 60d924a070e4c2d48e21b79ba1fe8943ab86acc0 (plain)
1
2
3
4
5
#ifndef _STDNORETURN_H
#define _STDNORETURN_H
#include <features.h>
#define noreturn _Noreturn
#endif