View Issue Details

IDProjectCategoryView StatusLast Update
00004322008-TC1Base Definitions and Headerspublic2013-04-16 13:12
Reportergeoffclare Assigned Toajosey  
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted 
Product VersionDraft 1 
NameGeoff Clare
OrganizationThe Open Group
User Reference
SectionXBD/TC1/D1/0045
Page Number16
Line Number472-480
Interp Status---
Final Accepted Text
Summary0000432: confusing presentation of O_* list merge
DescriptionSuggested improvement to the way this change is presented.
Desired ActionChange

    into the section at L7829 to 7834.

    The <fcntl.h> header shall ...
    [...]
    O_TRUNC Truncate flag.

to

    into the section at L7829 to 7834, so that it reads:

    The <fcntl.h> header shall define the following symbolic constants as file
    creation flags for use in the oflag value to open() and openat(). The
    values shall be bitwise-distinct and shall be suitable for use in #if
    preprocessing directives.

    O_CLOEXEC The FD_CLOEXEC flag associated with the new descriptor shall
            be set to close the file descriptor upon execution of an exec
                family function.

    O_CREAT Create file if it does not exist.

    O_DIRECTORY Fail if not a directory.

    O_EXCL Exclusive use flag.

    O_NOCTTY Do not assign controlling terminal.

    O_NOFOLLOW Do not follow symbolic links.

    O_TRUNC Truncate flag.
TagsNo tags attached.

Relationships

related to 0000078 Closedajosey 1003.1(2008)/Issue 7 grouping of creation/other O_* flags 

Activities

ajosey

2011-06-10 13:21

manager   bugnote:0000821

This change is applied in TC1 draft 2.

Issue History

Date Modified Username Field Change
2011-05-13 14:18 geoffclare New Issue
2011-05-13 14:18 geoffclare Status New => Under Review
2011-05-13 14:18 geoffclare Assigned To => ajosey
2011-05-13 14:18 geoffclare Name => Geoff Clare
2011-05-13 14:18 geoffclare Organization => The Open Group
2011-05-13 14:18 geoffclare Section => XBD/TC1/D1/0045
2011-05-13 14:18 geoffclare Page Number => 16
2011-05-13 14:18 geoffclare Line Number => 472-480
2011-05-13 14:18 geoffclare Interp Status => ---
2011-05-13 14:18 geoffclare Issue generated from: 0000425
2011-05-13 15:13 eblake Relationship added related to 0000078
2011-05-19 15:31 ajosey Resolution Open => Accepted
2011-05-21 06:04 ajosey Status Under Review => Resolved
2011-06-10 13:21 ajosey Note Added: 0000821
2011-06-10 13:21 ajosey Status Resolved => Applied
2013-04-16 13:12 ajosey Status Applied => Closed