#include #include #include int fstat(int fildes, struct stat *buf) { return fstatat(fildes, "", buf, 0); }