fgets_unlocked
extern char *fgets_unlocked(char *string, int stringLength, FILE *stream);
libc_hidden_proto (fgets_unlocked)
weak_alias (_IO_fgets, fgets_unlocked)
libc_hidden_weak (fgets_unlocked)
libc_hidden_def (fgets_unlocked)
extern char *fgets_unlocked (char *__restrict __s, int __n,