#include int _fstat(int file, struct stat *st) { st->st_mode = S_IFCHR; return 0; }