Index: uspace/lib/c/include/errno.h
===================================================================
--- uspace/lib/c/include/errno.h	(revision 1569a9b70f7219a7103788305e4baf473da24376)
+++ uspace/lib/c/include/errno.h	(revision dfeb4e22456c87386fa60f7ec044d07663801acb)
@@ -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 dfeb4e22456c87386fa60f7ec044d07663801acb)
@@ -45,4 +45,5 @@
 
 #include <_bits/all.h>
+#include <_bits/errno.h>
 
 #endif
