View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000597 | 1003.1(2008)/Issue 7 | System Interfaces | public | 2012-08-07 19:53 | 2012-08-08 15:28 |
Reporter | joerg | Assigned To | ajosey | ||
Priority | normal | Severity | Editorial | Type | Clarification Requested |
Status | Closed | Resolution | Duplicate | ||
Name | Jörg Schilling | ||||
Organization | |||||
User Reference | |||||
Section | System Interfaces | ||||
Page Number | 545 + 785 | ||||
Line Number | 18912-18913 + 26212-26213 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0000597: exit() incorrectly claims that the exit code is masked by 0377 | ||||
Description | Using waitid(), the whole sizeof int may be passed as exit code, the current text claims that it is masked by 0377. | ||||
Desired Action | Chage the text: The value of status may be 0, EXIT_SUCCESS, EXIT_FAILURE, [CX] [Option Start] or any other value, though only the least significant 8 bits (that is, status & 0377) shall be available to a waiting parent process. [Option End] to: The value of status may be 0, EXIT_SUCCESS, EXIT_FAILURE, [CX] [Option Start] or any other value, though if not using waitid() to wait for the process, only the least significant 8 bits (that is, status & 0377) shall be available to a waiting parent process. [Option End] | ||||
Tags | No tags attached. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-07 19:53 | joerg | New Issue | |
2012-08-07 19:53 | joerg | Status | New => Under Review |
2012-08-07 19:53 | joerg | Assigned To | => ajosey |
2012-08-07 19:53 | joerg | Name | => Jörg Schilling |
2012-08-07 19:53 | joerg | Section | => System Interfaces |
2012-08-07 19:53 | joerg | Page Number | => 545 + 785 |
2012-08-07 19:53 | joerg | Line Number | => 18912-18913 + 26212-26213 |
2012-08-08 08:22 | geoffclare | Relationship added | related to 0000594 |
2012-08-08 15:28 | msbrown | Interp Status | => --- |
2012-08-08 15:28 | msbrown | Status | Under Review => Closed |
2012-08-08 15:28 | msbrown | Resolution | Open => Duplicate |
2012-08-08 15:28 | msbrown | Relationship replaced | duplicate of 0000594 |
2015-07-06 14:47 | geoffclare | Relationship added | has duplicate 0000968 |