View Issue Details

IDProjectCategoryView StatusLast Update
00004221003.1(2008)/Issue 7System Interfacespublic2013-04-16 13:06
ReporterDon CragunAssigned Toajosey  
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted 
NameDon Cragun
OrganizationSelf
User Referencefdopendir() file description modifying function list
Sectionfdopendir()
Page Number823
Line Number27468
Interp Status---
Final Accepted Text
Summary0000422: list of functions that can modify the state of a directory stream file description is incomplete
DescriptionThe description of fdopendir() says that only closedir(), readdir(), readdir_r(), and rewinddir() can be used to change the state of the underlying file description. The seekdir() function needs to be added to this list. The same list also appears on the dirfd() page and needs to be fixed there as well.
Desired Action
Change:
        closedir(), readdir(), readdir_r(), and rewinddir()
on P823, L27468 to:
        closedir(), readdir(), readdir_r(), rewinddir(), <XSI shading>and seekdir()</XSI shading>

Make the same change on P723, L24330.

Tagstc1-2008

Relationships

related to 0000391 Closedajosey ENOTSUP should not be a valid error for dirfd() 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2011-05-05 18:06 Don Cragun New Issue
2011-05-05 18:06 Don Cragun Status New => Under Review
2011-05-05 18:06 Don Cragun Assigned To => ajosey
2011-05-05 18:06 Don Cragun Name => Don Cragun
2011-05-05 18:06 Don Cragun Organization => Self
2011-05-05 18:06 Don Cragun User Reference => fdopendir() file description modifying function list
2011-05-05 18:06 Don Cragun Section => fdopendir()
2011-05-05 18:06 Don Cragun Page Number => 823
2011-05-05 18:06 Don Cragun Line Number => 27468
2011-05-05 18:06 Don Cragun Interp Status => ---
2011-05-05 21:40 Don Cragun Description Updated
2011-05-05 21:40 Don Cragun Desired Action Updated
2011-05-06 05:14 Don Cragun Relationship added related to 0000391
2011-06-02 16:27 geoffclare Status Under Review => Resolved
2011-06-02 16:27 geoffclare Resolution Open => Accepted
2011-06-02 16:27 geoffclare Tag Attached: tc1-2008
2013-04-16 13:06 ajosey Status Resolved => Closed