Next: _lseek_r, Previous: _fstat_r, Up: Reentrant Syscalls [Contents][Index]
_link_r
—Reentrant version of linkSynopsis
#include <reent.h> int _link_r(struct _reent *ptr, const char *old, const char *new);
Description
This is a reentrant version of link
. It
takes a pointer to the global data block, which holds
errno
.