Index: uspace/lib/c/include/errno.h
===================================================================
--- uspace/lib/c/include/errno.h	(revision 1569a9b70f7219a7103788305e4baf473da24376)
+++ uspace/lib/c/include/errno.h	(revision fd68aaf3636e194222daa9ce0563380a930af2f2)
@@ -36,6 +36,5 @@
 #define LIBC_ERRNO_H_
 
-typedef int errno_t;
-
+#include <_bits/errno.h>
 #include <abi/errno.h>
 
Index: uspace/lib/c/include/types/common.h
===================================================================
--- uspace/lib/c/include/types/common.h	(revision 1569a9b70f7219a7103788305e4baf473da24376)
+++ uspace/lib/c/include/types/common.h	(revision fd68aaf3636e194222daa9ce0563380a930af2f2)
@@ -45,4 +45,5 @@
 
 #include <_bits/all.h>
+#include <_bits/errno.h>
 
 #endif
