From 10a9a0aa1e3fefd5b3cdd391fa4851dab610d72d Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:01:55 +0200 Subject: [PATCH] svn_rev_455 --- include/errno.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/errno.h b/include/errno.h index 03d1723ca..56614262e 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 */