/* connector for stat */ #include #include #include int stat (const char *file, struct stat *pstat) { return _stat_r (_REENT, file, pstat); }