summaryrefslogtreecommitdiffstats
path: root/StdLib/LibC/Stdio/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/LibC/Stdio/vsprintf.c')
-rw-r--r--StdLib/LibC/Stdio/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/LibC/Stdio/vsprintf.c b/StdLib/LibC/Stdio/vsprintf.c
index 4fb8d28155..9534d95e1b 100644
--- a/StdLib/LibC/Stdio/vsprintf.c
+++ b/StdLib/LibC/Stdio/vsprintf.c
@@ -53,7 +53,7 @@
#include "local.h"
int
-vsprintf(char *str, const char *fmt, _BSD_VA_LIST_ ap)
+vsprintf(char *str, const char *fmt, va_list ap)
{
int ret;
FILE f;