fputc_unlocked
extern int fputc_unlocked(int c, FILE *stream);
weak_alias (fputc, fputc_unlocked)
extern int fputc_unlocked (int __c, FILE *__stream);