Browse Source

get rid of wcrtomb jump reloc

Peter S. Mazinger 20 years ago
parent
commit
503fec1564
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/stdio/scanf.c

+ 1 - 0
libc/stdio/scanf.c

@@ -94,6 +94,7 @@ libc_hidden_proto(vfwscanf)
 libc_hidden_proto(vswscanf)
 libc_hidden_proto(mbsrtowcs)
 libc_hidden_proto(mbrtowc)
+libc_hidden_proto(wcrtomb)
 libc_hidden_proto(ungetwc)
 libc_hidden_proto(iswspace)
 libc_hidden_proto(fgetwc_unlocked)