View Issue Details

IDProjectCategoryView StatusLast Update
00019641003.1(2024)/Issue8Base Definitions and Headerspublic2025-12-21 04:17
Reporterdannyniu Assigned To 
PrioritynormalSeverityEditorialTypeOmission
Status NewResolutionOpen 
NameYour Name Here
Organization
User Reference
Section<aio.h>
Page Number222
Line Number7867-7868
Interp Status
Final Accepted Text
Summary0001964: <aio.h> doesn't seem to need pthread_attr_t.
DescriptionThe current spec says:

> The <aio.h> header shall define the off_t, pthread_attr_t, size_t, and ssize_t types as described in <sys/types.h>.

However, when I checked, there's only 1 occurance of `pthread_attr_t` in the description for the header. This type is not used in the declaration of any function prototypes, nor is it a member field of any structure/union.
Desired ActionChange:

> The <aio.h> header shall define the off_t, pthread_attr_t, size_t, and ssize_t types as described in <sys/types.h>.

To

> The <aio.h> header shall define the off_t, size_t, and ssize_t types as described in <sys/types.h>.
Tagserrata-2024

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-12-21 04:17 dannyniu New Issue
2025-12-21 04:17 dannyniu Tag Attached: errata-2024