remove another invalid skip of locking in ungetwc
[oweals/musl.git] / include / stdnoreturn.h
index 60d924a070e4c2d48e21b79ba1fe8943ab86acc0..5c6aeeb008cd8150dda6bd2421b85627ee6014dd 100644 (file)
@@ -1,5 +1,7 @@
 #ifndef _STDNORETURN_H
 #define _STDNORETURN_H
+#ifndef __cplusplus
 #include <features.h>
 #define noreturn _Noreturn
 #endif
+#endif