View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000923 | 1003.1(2013)/Issue7+TC1 | Base Definitions and Headers | public | 2015-02-12 16:31 | 2015-06-22 15:06 |
Reporter | dalias | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Clarification Requested |
Status | Closed | Resolution | Duplicate | ||
Name | Rich Felker | ||||
Organization | musl libc | ||||
User Reference | |||||
Section | XBD aio.h | ||||
Page Number | 220 | ||||
Line Number | 7260 | ||||
Interp Status | --- | ||||
Final Accepted Text | |||||
Summary | 0000923: Conflicting requirements in aio.h specification | ||||
Description | The following 2 requirements conflict: 1. "The <aio.h> header shall define the aiocb structure, which shall include at least the following members: ... struct sigevent aio_sigevent Signal number and value. ..." 2. "The tag sigevent shall be declared as naming an incomplete structure type, the contents of which are described in the <signal.h> header." It is impossible for the sigevent tag to be both an incomplete struct type and a member of another struct type (aiocb) defined in aio.h. | ||||
Desired Action | Change (2) quoted above to: "The <aio.h> header shall define the struct sigevent structure as described in <signal.h>." | ||||
Tags | No tags attached. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-02-12 16:31 | dalias | New Issue | |
2015-02-12 16:31 | dalias | Name | => Rich Felker |
2015-02-12 16:31 | dalias | Organization | => musl libc |
2015-02-12 16:31 | dalias | Section | => unknown |
2015-02-12 16:31 | dalias | Page Number | => unknown |
2015-02-12 16:31 | dalias | Line Number | => unknown |
2015-05-07 15:59 | nick | Section | unknown => XBD aio.h |
2015-05-07 15:59 | nick | Page Number | unknown => 220 |
2015-05-07 15:59 | nick | Line Number | unknown => 7255 |
2015-05-07 15:59 | nick | Interp Status | => --- |
2015-05-07 15:59 | nick | Status | New => Resolved |
2015-05-07 15:59 | nick | Resolution | Open => Accepted |
2015-05-07 15:59 | nick | Tag Attached: tc2-2008 | |
2015-05-07 16:00 | nick | Line Number | 7255 => 7260 |
2015-06-22 15:04 | geoffclare | Relationship added | duplicate of 0000579 |
2015-06-22 15:05 | geoffclare | Tag Detached: tc2-2008 | |
2015-06-22 15:06 | geoffclare | Status | Resolved => Closed |
2015-06-22 15:06 | geoffclare | Resolution | Accepted => Duplicate |