Index: uspace/lib/c/include/assert.h
===================================================================
--- uspace/lib/c/include/assert.h	(revision d3e938c65a5927cb5851ec4118dd05109bba3ada)
+++ uspace/lib/c/include/assert.h	(revision 6480827d87f6c49bc55cc8cdc400b0c8cc1ffc0a)
@@ -42,5 +42,5 @@
 
 #ifndef __cplusplus
-#define static_assert(expr)	_Static_assert(expr, "")
+#define static_assert _Static_assert
 #endif
 
