Viewing Issue Simple Details
[ Jump to Notes ]
|
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Type |
Date Submitted |
Last Update |
0001126 |
[1003.1(2013)/Issue7+TC1] System Interfaces |
Editorial |
Omission |
2017-03-08 15:17 |
2024-06-11 08:54 |
|
Reporter |
millert |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
Accepted |
|
Status |
Closed |
|
|
|
|
Name |
Todd C. Miller |
Organization |
|
User Reference |
|
Section |
tcsetpgrp |
Page Number |
2112 |
Line Number |
67389-67399 |
Interp Status |
--- |
Final Accepted Text |
|
|
Summary |
0001126: tcsetpgrp() ERRORS section missing EINTR |
Description |
Like 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 Action |
Add the following to the ERRORS section for tcsetpgrp():
[EINTR] A signal interrupted tcsetpgrp( ). |
Tags |
tc3-2008 |
|
Attached Files |
|
|