fix type issues in stdint.h so underlying types of 64-bit types match ABI
[musl] / include / stdnoreturn.h
1 #ifndef _STDNORETURN_H
2 #define _STDNORETURN_H
3 #include <features.h>
4 #define noreturn _Noreturn
5 #endif