Loading...
include/assert.h Libc-1044.1.2 Libc-1158.1.2
--- Libc/Libc-1044.1.2/include/assert.h
+++ Libc/Libc-1158.1.2/include/assert.h
@@ -98,3 +98,14 @@
 
 #endif /* __GNUC__ */
 #endif /* NDEBUG */
+
+#ifndef _ASSERT_H_
+#define _ASSERT_H_
+
+#ifndef __cplusplus
+#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
+#define static_assert _Static_assert
+#endif /* __STDC_VERSION__ */
+#endif /* !__cplusplus */
+
+#endif /* _ASSERT_H_ */