on x86_64 use long instead of long long for 64bit posix types
[musl] / include / stdnoreturn.h
1 #ifndef _STDNORETURN_H
2 #define _STDNORETURN_H
3 #include <features.h>
4 #define noreturn _Noreturn
5 #endif