use O_CLOEXEC to open semaphore files in sem_open
[musl] / include / stdnoreturn.h
1 #ifndef _STDNORETURN_H
2 #define _STDNORETURN_H
3 #include <features.h>
4 #define noreturn _Noreturn
5 #endif