Index: uspace/lib/cpp/include/cstddef
===================================================================
--- uspace/lib/cpp/include/cstddef	(revision 59d82352304d341674d06eca07ba9d7a4d7f7a41)
+++ uspace/lib/cpp/include/cstddef	(revision 9675296fe33ff287a6d2d86321c97dbd34619703)
@@ -32,4 +32,8 @@
 #include <stddef.h>
 
+#ifdef __clang__
+typedef decltype(nullptr) nullptr_t;
+#endif
+
 namespace std
 {
