/* connector for fstat */ #include #include #include int fstat (int fd, struct stat *pstat) { return _fstat_r (_REENT, fd, pstat); }