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