View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001223 | 1003.1(2016/18)/Issue7+TC2 | System Interfaces | public | 2019-01-04 18:33 | 2024-06-11 09:08 |
Reporter | Steve Emmerson | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Error |
Status | Closed | Resolution | Accepted As Marked | ||
Name | Steven Emmerson | ||||
Organization | University Corporation for Atmospheric Research | ||||
User Reference | |||||
Section | sigsuspend | ||||
Page Number | 1984,1985 | ||||
Line Number | 63881,63887 | ||||
Interp Status | --- | ||||
Final Accepted Text | 0001223:0004376 | ||||
Summary | 0001223: Parameter name in RATIONALE example doesn't match name in code body | ||||
Description | In the RATIONALE section of the sigsuspend() function, the name of the parameter for the call_sigsuspend() function is "mask". In the body of that function, however, the name "sigmask" is used. | ||||
Desired Action | Rename "mask" to "sigmask" or vice versa. | ||||
Tags | tc3-2008 |
|
On page 1985 line 63887 section sigsuspend(), change:result = sigsuspend(sigmask);to: result = sigsuspend(mask); |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-01-04 18:33 | Steve Emmerson | New Issue | |
2019-01-04 18:33 | Steve Emmerson | Name | => Steven Emmerson |
2019-01-04 18:33 | Steve Emmerson | Organization | => University Corporation for Atmospheric Research |
2019-01-04 18:33 | Steve Emmerson | Section | => sigsuspend |
2019-01-04 18:33 | Steve Emmerson | Page Number | => 999999 |
2019-01-04 18:33 | Steve Emmerson | Line Number | => 999999 |
2019-01-04 19:30 | Don Cragun | Page Number | 999999 => 1984,1985 |
2019-01-04 19:30 | Don Cragun | Line Number | 999999 => 63881,63887 |
2019-01-04 19:30 | Don Cragun | Interp Status | => --- |
2019-04-29 15:48 | geoffclare | Note Added: 0004376 | |
2019-04-29 15:49 | geoffclare | Final Accepted Text | => 0001223:0004376 |
2019-04-29 15:49 | geoffclare | Status | New => Resolved |
2019-04-29 15:49 | geoffclare | Resolution | Open => Accepted As Marked |
2019-04-29 15:49 | geoffclare | Tag Attached: tc3-2008 | |
2019-11-14 14:21 | geoffclare | Status | Resolved => Applied |
2024-06-11 09:08 | agadmin | Status | Applied => Closed |