Next: _getpid_r—Reentrant version of getpid, Previous: _sbrk_r—Reentrant version of sbrk, Up: Reentrant covers for OS subroutines [Contents][Index]
_getpid_r
_sbrk_r
_kill_r
Synopsis
#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.
kill
errno