Next: _execve_r—Reentrant version of execve, Up: Reentrant covers for OS subroutines [Contents][Index]
_execve_r
_close_r
Synopsis
#include <reent.h> int _close_r(struct _reent *ptr, int fd);
Description This is a reentrant version of close. It takes a pointer to the global data block, which holds errno.
close
errno