fix the type of CLOCKS_PER_SEC to match new clock_t type
[musl] / include / stdnoreturn.h
1 #ifndef _STDNORETURN_H
2 #define _STDNORETURN_H
3 #include <features.h>
4 #define noreturn _Noreturn
5 #endif