The following issue has been SUBMITTED. 
====================================================================== 
https://austingroupbugs.net/view.php?id=1332 
====================================================================== 
Reported By:                geoffclare
Assigned To:                
====================================================================== 
Project:                    1003.1(2016)/Issue7+TC2
Issue ID:                   1332
Category:                   System Interfaces
Type:                       Error
Severity:                   Objection
Priority:                   normal
Status:                     New
Name:                       Geoff Clare 
Organization:               The Open Group 
User Reference:              
Section:                    waitid 
Page Number:                2236 
Line Number:                71333 
Interp Status:              --- 
Final Accepted Text:         
====================================================================== 
Date Submitted:             2020-04-07 10:51 UTC
Last Modified:              2020-04-07 10:51 UTC
====================================================================== 
Summary:                    WEXITED should not be limited to processes that have
exited
Description: 
The description of WEXITED on the waitid() page (and <sys/wait>) is:

    Wait for processes that have exited.

The use of "exited" here means that waitid() calls with WEXITED are
not required to return status information for processes that have
been terminated by a signal.

Desired Action: 
At the specified location, and also at
page 409 line 13906 section <sys/wait.h>, change:

    Wait for processes that have exited.

to:

    Wait for processes that have terminated.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2020-04-07 10:51 geoffclare     New Issue                                    
2020-04-07 10:51 geoffclare     Name                      => Geoff Clare     
2020-04-07 10:51 geoffclare     Organization              => The Open Group  
2020-04-07 10:51 geoffclare     Section                   => waitid          
2020-04-07 10:51 geoffclare     Page Number               => 2236            
2020-04-07 10:51 geoffclare     Line Number               => 71333           
2020-04-07 10:51 geoffclare     Interp Status             => ---             
======================================================================


Reply via email to