fileno
#undef fileno
#define fileno(f) ((f)->fd)
# define fileno(file) file->__file
#define fileno(p) __sfileno(p)
#define fileno _fileno