summaryrefslogtreecommitdiff
path: root/bsd-snprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-snprintf.h')
-rw-r--r--bsd-snprintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-snprintf.h b/bsd-snprintf.h
index 8f244604c..6be2047e1 100644
--- a/bsd-snprintf.h
+++ b/bsd-snprintf.h
@@ -10,7 +10,7 @@ int snprintf(char *str, size_t n, char const *fmt, ...);
10#endif /* !HAVE_SNPRINTF */ 10#endif /* !HAVE_SNPRINTF */
11 11
12#ifndef HAVE_VSNPRINTF 12#ifndef HAVE_VSNPRINTF
13int vsnprintf(char *str, size_t n, char *fmt, va_list *ap); 13int vsnprintf(char *str, size_t n, char *fmt, va_list ap);
14#endif /* !HAVE_SNPRINTF */ 14#endif /* !HAVE_SNPRINTF */
15 15
16 16