View Issue Details

IDProjectCategoryView StatusLast Update
0001398Issue 8 draftsSystem Interfacespublic2024-06-11 09:12
Reporternick Assigned To 
PrioritynormalSeverityEditorialTypeOmission
Status ClosedResolutionAccepted 
Product VersionDraft 1 
NameNick Stoughton
OrganizationUSENIX
User Referencenms-missing-redirect
Sectionmkostemp
Page Number1283
Line Number43007
Final Accepted Text
Summary0001398: New API mkostemp() needs redirect page
DescriptionThe mkdtemp() function also documents mkostemp() and mkstemp(). The latter of these has a redirect page (page 1294) but the new mkostemp() function, which is alphabetically between mkdtemp() and mkstemp() has none.
Desired ActionAdd a new page before page 1294:

NAME
  mkostemp - create a unique file

[CX]
SYNOPSIS
  #include <stdlib.h>
  
  int mkostemp(char *template, int flag);
[/CX]

DESCRIPTION
  Refer to [xref]mkdtemp()[/xref].
Tagsissue8

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-09-03 15:30 nick New Issue
2020-09-03 15:30 nick Name => Nick Stoughton
2020-09-03 15:30 nick Organization => USENIX
2020-09-03 15:30 nick User Reference => nms-missing-redirect
2020-09-03 15:30 nick Section => mkostemp
2020-09-03 15:30 nick Page Number => 1283
2020-09-03 15:30 nick Line Number => 43007
2020-09-24 16:04 Don Cragun Status New => Resolved
2020-09-24 16:04 Don Cragun Resolution Open => Accepted
2020-09-24 16:04 Don Cragun Tag Attached: issue8
2020-10-08 10:41 geoffclare Status Resolved => Applied
2024-06-11 09:12 agadmin Status Applied => Closed