diff options
Diffstat (limited to 'libc/stdio/sprintf.c')
-rw-r--r-- | libc/stdio/sprintf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdio/sprintf.c b/libc/stdio/sprintf.c index 594c51b86..44304b5da 100644 --- a/libc/stdio/sprintf.c +++ b/libc/stdio/sprintf.c @@ -12,9 +12,7 @@ #warning Skipping sprintf since no vsnprintf! #else -/* libc_hidden_proto(vsnprintf) */ -/* libc_hidden_proto(sprintf) */ int sprintf(char *__restrict buf, const char * __restrict format, ...) { va_list arg; |