summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vsprintf.c
diff options
context:
space:
mode:
authorRobert Drehmel <robert@FreeBSD.org>2002-08-15 10:28:52 +0000
committerRobert Drehmel <robert@FreeBSD.org>2002-08-15 10:28:52 +0000
commitf8418db73e3d0515fb582fa9a093019c08434267 (patch)
tree489a3958750fd27896cde415ed639eae393d181d /lib/libc/stdio/vsprintf.c
parent71a00a449fdf93f68bc8357bb412ff94b653e30d (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/vsprintf.c')
-rw-r--r--lib/libc/stdio/vsprintf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c
index 3f92fcdb0227..b66b7c86db88 100644
--- a/lib/libc/stdio/vsprintf.c
+++ b/lib/libc/stdio/vsprintf.c
@@ -45,10 +45,7 @@ __FBSDID("$FreeBSD$");
#include "local.h"
int
-vsprintf(str, fmt, ap)
- char *str;
- const char *fmt;
- _BSD_VA_LIST_ ap;
+vsprintf(char *__restrict str, const char *__restrict fmt, _BSD_VA_LIST_ ap)
{
int ret;
FILE f;