summaryrefslogtreecommitdiff
path: root/src/port/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/snprintf.c')
-rw-r--r--src/port/snprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/port/snprintf.c b/src/port/snprintf.c
index 65d9602..6062154 100644
--- a/src/port/snprintf.c
+++ b/src/port/snprintf.c
@@ -532,7 +532,9 @@ static UINTMAX_T cast(LDOUBLE);
static UINTMAX_T myround(LDOUBLE);
static LDOUBLE mypow10(int);
+/* not really good!
extern int errno;
+*/
int
rpl_vsnprintf(char *str, size_t size, const char *format, va_list args)