blob: 9ffb26d54d17754bc6b5bac465281a87a338564f [file] [log] [blame]
#include "stdio_impl.h"
int fileno(FILE *f)
{
return f->fd;
}
weak_alias(fileno, fileno_unlocked);