1 2 3 4 5 6 7 8
#include "stdio_impl.h" int fileno(FILE *f) { return f->fd; } weak_alias(fileno, fileno_unlocked);