blob: 9003f266f1d5308916ff99e575ed7f809c92ea45 [file] [log] [blame]
#include <errno.h>
int
_kill(int pid, int sig)
{
errno = ENOSYS;
return -1;
}