#include #include int _fstat(int file, struct stat *st) { errno = -ENOSYS; return -1; }