Index: uspace/lib/c/include/str_error.h
===================================================================
--- uspace/lib/c/include/str_error.h	(revision 0fb1755f9a1204c8e5bf55872e7b17086340cd84)
+++ uspace/lib/c/include/str_error.h	(revision 40fd6f0603f68e631684ecf21999cdf323028976)
@@ -36,5 +36,8 @@
 #define LIBC_STRERROR_H_
 
-const char *str_error(const int);
+#include <errno.h>
+
+const char *str_error(errno_t);
+const char *str_error_name(errno_t);
 
 #endif
