View Issue Details

IDProjectCategoryView StatusLast Update
00011261003.1(2013)/Issue7+TC1System Interfacespublic2024-06-11 08:54
Reportermillert Assigned To 
PrioritynormalSeverityEditorialTypeOmission
Status ClosedResolutionAccepted 
NameTodd C. Miller
Organization
User Reference
Sectiontcsetpgrp
Page Number2112
Line Number67389-67399
Interp Status---
Final Accepted Text
Summary0001126: tcsetpgrp() ERRORS section missing EINTR
DescriptionLike tcsetattr(), if tcsetpgrp() is called by a background process and there is a
SIGTTOU signal handler that was installed without SA_RESTART being set in sa_flags, tcsetpgrp() will return -1 and set errno to EINTR.
Desired ActionAdd the following to the ERRORS section for tcsetpgrp():

    [EINTR] A signal interrupted tcsetpgrp( ).
Tagstc3-2008

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-03-08 15:17 millert New Issue
2017-03-08 15:17 millert Name => Todd C. Miller
2017-03-08 15:17 millert Section => tcsetpgrp
2017-03-08 15:17 millert Page Number => 2112
2017-03-08 15:17 millert Line Number => 67389-67399
2018-08-23 15:10 geoffclare Interp Status => ---
2018-08-23 15:10 geoffclare Status New => Resolved
2018-08-23 15:10 geoffclare Resolution Open => Accepted
2018-08-23 15:10 geoffclare Tag Attached: tc3-2008
2019-10-31 11:27 geoffclare Status Resolved => Applied
2024-06-11 08:54 agadmin Status Applied => Closed