summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errno.h b/include/errno.h
index 56614262ef..025816e067 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -7,5 +7,6 @@ extern int errno;
void perror(const char *s);
const char *errno_str(void);
+const char *strerror(int errnum);
#endif /* __ERRNO_H */