Next: _getpid_r, Previous: _sbrk_r, Up: Reentrant Syscalls [Contents][Index]
_kill_r
—Reentrant version of killSynopsis
#include <reent.h> int _kill_r(struct _reent *ptr, int pid, int sig);
Description
This is a reentrant version of kill
. It
takes a pointer to the global data block, which holds
errno
.