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