Next: _link_r
—Reentrant version of link, Previous: _wait_r
—Reentrant version of wait, Up: Reentrant covers for OS subroutines [Contents][Index]
_fstat_r
—Reentrant version of fstatSynopsis
#include <reent.h> int _fstat_r(struct _reent *ptr, int fd, struct stat *pstat);
Description
This is a reentrant version of fstat
. It
takes a pointer to the global data block, which holds
errno
.