Next: _lseek_r, Previous: _kill_r, Up: Reentrant Syscalls
_link_r
—Reentrant version of link#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
.