* sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==
SIGCONT and not WCONTINUED. * termios.cc (tcsetpgrp): Improve debugging output.
This commit is contained in:
@ -220,7 +220,7 @@ tcsetpgrp (int fd, pid_t pgid)
|
||||
else
|
||||
res = cfd->tcsetpgrp (pgid);
|
||||
|
||||
termios_printf ("%d = tcsetpgrp (%d, %x)", res, fd, pgid);
|
||||
termios_printf ("%d = tcsetpgrp (%d, %d)", res, fd, pgid);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user