#include #include #include "10.h" bg(j) JOB *j; { /* * If the job is already running, * there's no need to start it. */ if (j->status & JRUNNING) return; /* * Start the job. */ killpg(j->pgrp, SIGCONT); /* * Mark the job as running. */ j->status &= ~JSTOPPED; j->status |= JRUNNING; } ef='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines