|
@@ -150,6 +150,7 @@ libc_hidden_proto(strlen)
|
|
|
libc_hidden_proto(strnlen)
|
|
|
libc_hidden_proto(memcpy)
|
|
|
libc_hidden_proto(putc_unlocked)
|
|
|
+libc_hidden_proto(__fputc_unlocked)
|
|
|
libc_hidden_proto(__glibc_strerror_r)
|
|
|
|
|
|
|
|
@@ -345,6 +346,7 @@ static const char u_spec[] = "%nbopxXudics";
|
|
|
|
|
|
static const char u_radix[] = "\x02\x08\x10\x10\x10\x0a";
|
|
|
|
|
|
+libc_hidden_proto(vfprintf)
|
|
|
int vfprintf(FILE * __restrict op, register const char * __restrict fmt,
|
|
|
va_list ap)
|
|
|
{
|
|
@@ -715,5 +717,4 @@ int vfprintf(FILE * __restrict op, register const char * __restrict fmt,
|
|
|
|
|
|
return i;
|
|
|
}
|
|
|
-libc_hidden_proto(vfprintf)
|
|
|
libc_hidden_def(vfprintf)
|