--- glibc-2.16.0/assert/assert.h 2013-01-15 01:37:33.436000000 -0600 +++ glibc/2.16.0/assert/assert.h 2013-01-15 01:38:55.418000000 -0600 @@ -113,8 +113,3 @@ #endif /* NDEBUG. */ -#if defined __USE_ISOC11 && !defined __cplusplus -/* Static assertion. Requires support in the compiler. */ -# undef static_assert -# define static_assert _Static_assert -#endif