kill_job
static int kill_job(Job *, int);
kill_job(j, SIGHUP);
kill_job(j, SIGCONT);
kill_job(j, SIGKILL);
if (kill_job(j, sig) < 0) {