View Issue Details

IDProjectCategoryView StatusLast Update
0001576Issue 8 draftsSystem Interfacespublic2024-06-11 09:12
ReporterDon Cragun Assigned To 
PrioritynormalSeverityEditorialTypeOmission
Status ClosedResolutionAccepted 
Product VersionDraft 2.1 
NameDon Cragun
Organization
User Reference
Sectionpipe()
Page Number1413
Line Number47100-47102
Final Accepted Text
Summary0001576: The description of the pipe() function doesn't state which end of the pipe is placed in fildes[0] and fildes[1].
DescriptionThe first sentence in the DESCRIPTION section of pipe() is:
The pipe( ) function shall create a pipe and place two file descriptors, one each into the
arguments fildes[0] and fildes[1], that refer to the open file descriptions for the read and write
ends of the pipe.

It never says whether the file descriptor for reading is assigned to fildes[0] or fildes[1].
Desired ActionChange the4 above quote to:
The pipe( ) function shall create a pipe and place two file descriptors, one each into the
arguments fildes[0] and fildes[1], that refer to the open file descriptions for the read and write
ends of the pipe, respectively.
Tagstc3-2008

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-04-07 15:33 Don Cragun New Issue
2022-04-07 15:33 Don Cragun Name => Don Cragun
2022-04-07 15:33 Don Cragun Section => open()
2022-04-07 15:33 Don Cragun Page Number => 1413
2022-04-07 15:33 Don Cragun Line Number => 47100-47102
2022-04-28 15:37 geoffclare Status New => Resolved
2022-04-28 15:37 geoffclare Resolution Open => Accepted
2022-04-28 15:37 geoffclare Tag Attached: tc3-2008
2022-05-26 10:15 geoffclare Section open() => pipe()
2022-05-26 10:15 geoffclare Status Resolved => Applied
2024-06-11 09:12 agadmin Status Applied => Closed