Next: _times_r, Previous: _sbrk_r, Up: Reentrant Syscalls
_stat_r
—Reentrant version of stat#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
.