Next: _write_r—Reentrant version of write, Previous: _times_r—Reentrant version of times, Up: Reentrant covers for OS subroutines   [Contents][Index]


2.2.15 _unlink_r—Reentrant version of unlink ¶

Synopsis

#include <reent.h>
int _unlink_r(struct _reent *ptr, const char *file);

Description
This is a reentrant version of unlink. It takes a pointer to the global data block, which holds errno.