View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001928 | 1003.1(2024)/Issue8 | System Interfaces | public | 2025-06-09 16:11 | 2025-07-08 14:26 |
Reporter | enh | Assigned To | ajosey | ||
Priority | normal | Severity | Editorial | Type | Error |
Status | Applied | Resolution | Accepted As Marked | ||
Name | Elliott Hughes | ||||
Organization | |||||
User Reference | |||||
Section | <search.h> | ||||
Page Number | (web) | ||||
Line Number | (web) | ||||
Interp Status | --- | ||||
Final Accepted Text | 0001928:0007213 | ||||
Summary | 0001928: `void *` shown as `void` in <search.h> page | ||||
Description | every mention of `void` in https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/search.h.html (other than in code blocks) should have been `void *` instead. | ||||
Desired Action | i'm assuming the page source says `void *` but someone needs to fix the markup :-) | ||||
Tags | tc1-2024 |
|
The text is correct (posix_tnode is an alias for void). See 0001011:0003410. |
|
"Earlier versions of this standard explicitly used void for both node and key references" isn't really true though --- they used `void *`. |
|
On page 341 line 11994 section <search.h> (RATIONALE), change:Earlier versions of this standard explicitly used void for both node and key references where this version now uses posix_tnode for nodes and keeps void in the text referring only to keys. to: Earlier versions of this standard explicitly used pointer types based on void for both nodes and keys where this version now uses posix_tnode in the types used for nodes and keeps void only in the types used for keys. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-06-09 16:11 | enh | New Issue | |
2025-06-09 16:11 | enh | Status | New => Under Review |
2025-06-09 16:11 | enh | Assigned To | => ajosey |
2025-06-12 08:46 | geoffclare | Project | 1003.1(2004)/Issue 6 => 1003.1(2024)/Issue8 |
2025-06-12 08:46 | geoffclare | Relationship added | related to 0001011 |
2025-06-12 08:49 | geoffclare | Note Added: 0007199 | |
2025-06-12 14:19 | enh | Note Added: 0007201 | |
2025-06-26 16:25 | geoffclare | Note Added: 0007213 | |
2025-06-26 16:26 | geoffclare | Status | Under Review => Resolved |
2025-06-26 16:26 | geoffclare | Resolution | Open => Accepted As Marked |
2025-06-26 16:26 | geoffclare | Interp Status | => --- |
2025-06-26 16:26 | geoffclare | Final Accepted Text | => 0001928:0007213 |
2025-06-26 16:26 | geoffclare | Tag Attached: tc1-2024 | |
2025-07-08 14:26 | geoffclare | Status | Resolved => Applied |