diff options
Diffstat (limited to 'libc/stdio/sprintf.c')
-rw-r--r-- | libc/stdio/sprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/sprintf.c b/libc/stdio/sprintf.c index 360245366..2528720e4 100644 --- a/libc/stdio/sprintf.c +++ b/libc/stdio/sprintf.c @@ -14,7 +14,7 @@ libc_hidden_proto(vsnprintf) -libc_hidden_proto(sprintf) +/* libc_hidden_proto(sprintf) */ int sprintf(char *__restrict buf, const char * __restrict format, ...) { va_list arg; |