View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001359 | Issue 8 drafts | System Interfaces | public | 2020-06-30 15:14 | 2024-06-11 09:12 |
Reporter | geoffclare | Assigned To | |||
Priority | normal | Severity | Comment | Type | Error |
Status | Closed | Resolution | Accepted | ||
Product Version | Draft 1 | ||||
Name | Geoff Clare | ||||
Organization | The Open Group | ||||
User Reference | |||||
Section | dirfd() | ||||
Page Number | 712 | ||||
Line Number | 24548 | ||||
Final Accepted Text | |||||
Summary | 0001359: dirfd() rationale out of date | ||||
Description | Bug 0000391 made changes to the normative text for dirfd() but did not update the RATIONALE to match. | ||||
Desired Action | Change:The description uses the term ``a file descriptor'' rather than ``the file descriptor''. The implication intended is that an implementation that does not use an fd for opendir() could still open() the directory to implement the dirfd() function. Such a descriptor must be closed later during a call to closedir().to: On an implementation where reading from a directory stream does not use a file descriptor, opendir() need not allocate one to be returned by dirfd(). The implementation can instead delay the allocation of a suitable file descriptor until the first time dirfd() is called for the stream. A file descriptor allocated by dirfd() must be closed by closedir(). | ||||
Tags | issue8 |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-06-30 15:14 | geoffclare | New Issue | |
2020-06-30 15:14 | geoffclare | Name | => Geoff Clare |
2020-06-30 15:14 | geoffclare | Organization | => The Open Group |
2020-06-30 15:14 | geoffclare | Section | => dirfd() |
2020-06-30 15:14 | geoffclare | Page Number | => 712 |
2020-06-30 15:14 | geoffclare | Line Number | => 24548 |
2020-06-30 15:15 | geoffclare | Relationship added | related to 0000391 |
2020-07-01 15:59 | geoffclare | Relationship added | related to 0001360 |
2020-09-10 15:44 | Don Cragun | Status | New => Resolved |
2020-09-10 15:44 | Don Cragun | Resolution | Open => Accepted |
2020-09-10 15:45 | Don Cragun | Tag Attached: issue8 | |
2020-09-16 15:16 | geoffclare | Status | Resolved => Applied |
2024-06-11 09:12 | agadmin | Status | Applied => Closed |