View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001860 | 1003.1(2024)/Issue8 | System Interfaces | public | 2024-10-03 19:35 | 2024-10-10 16:23 |
Reporter | enh | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Error |
Status | Resolved | Resolution | Accepted | ||
Name | Elliott Hughes | ||||
Organization | |||||
User Reference | |||||
Section | kill_dependency | ||||
Page Number | 1315 | ||||
Line Number | 44335 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0001860: kill_dependency() SYNOPSIS has type* instead of type | ||||
Description | c23 7.17.3.1 defines the kill_dependency() macro as `type kill_dependency(type y);` but POSIX currently has `type kill_dependency(type *y);`. | ||||
Desired Action | drop the `*`. | ||||
Tags | errata-2024, tc1-2024 |
related to | 0001302 | Closed | 1003.1(2016/18)/Issue7+TC2 | Alignment with C17 |
|
The '*' seems to have found its way into the troff source when bug 0001302 was applied. It is not present in the agreed changes in that bug's C17_alignment_20211019.pdf attachment. The defect should be treated as editorial since POSIX.1-2024 defers to C17 on this. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-10-03 19:35 | enh | New Issue | |
2024-10-03 19:35 | enh | Name | => Elliott Hughes |
2024-10-03 19:35 | enh | Organization | |
2024-10-03 19:35 | enh | Section | => kill_dependency |
2024-10-03 19:35 | enh | Page Number | => (found on web) |
2024-10-03 19:35 | enh | Line Number | => (found on web) |
2024-10-07 08:14 | geoffclare | Note Added: 0006906 | |
2024-10-07 08:16 | geoffclare | Relationship added | related to 0001302 |
2024-10-07 08:20 | geoffclare | Page Number | (found on web) => 1315 |
2024-10-07 08:20 | geoffclare | Line Number | (found on web) => 44335 |
2024-10-07 08:20 | geoffclare | Interp Status | => --- |
2024-10-07 08:20 | geoffclare | Category | Base Definitions and Headers => System Interfaces |
2024-10-10 16:23 | geoffclare | Status | New => Resolved |
2024-10-10 16:23 | geoffclare | Resolution | Open => Accepted |
2024-10-10 16:24 | geoffclare | Tag Attached: tc1-2024 | |
2024-10-10 16:24 | geoffclare | Tag Attached: errata-2024 |