#ifdef __linux #include int stat(const char *file_name, struct stat *buf) { return __xstat( 3, file_name, buf ); } #endif