Next: _times_r, Previous: _getpid_r, Up: Reentrant Syscalls [Contents][Index]
_stat_r
—Reentrant version of statSynopsis
#include <reent.h> int _stat_r(struct _reent *ptr, const char *file, struct stat *pstat);
Description
This is a reentrant version of stat
. It
takes a pointer to the global data block, which holds
errno
.