POSIX requires that a process calling tcsetpgrp(3) from the background
authorschwarze <schwarze@openbsd.org>
Fri, 8 Jul 2016 20:41:13 +0000 (20:41 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 8 Jul 2016 20:41:13 +0000 (20:41 +0000)
commit2c2263ff70f23de5c4c7fe12bedab531bb13fedb
treed160e89769cdbbca1bbc83a19a763caf80319627
parent421bd63c71b606b924456d98bdf49bf084009cc3
POSIX requires that a process calling tcsetpgrp(3) from the background
gets a SIGTTOU signal.  In that case, do not stop.
Portability issue found while testing on commercial Solaris 9/10/11.
Thanks to opencsw.org for providing me with a testing environment.
usr.bin/mandoc/tag.c