CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/07 12:08:07
Modified files:
lib/libc/termios: tcsetpgrp.3
Log message:
If tcsetpgrp() is called by a background process and there is a
SIGTTOU handler installed without SA_RESTART set, tcsetpgrp() will
return -1 and set errno to EINTR. OK deraadt@
