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