Document Number: AUSTIN/136 Title: XBD/ft/5 Aardvark Change Request Report (draft) Revision Date: 2002-09-06 Source: Andrew Josey, Chair Action: for review This report contains the draft dispositions of the aardvark comments submitted against the XBD/ft/5 (5th batch of FT aardvark - post TC1 cutoff) text. Aardvark Summary Table ______________________ ERN 1 Accept ERN 2 Accept _____________________________________________________________________________ EDITORIAL Enhancement Request Number 1 gwc@opengroup.org Defect in XBD string.h (rdvk# 2) [gwc strerror_r decl] Wed, 21 Aug 2002 10:45:33 +0100 _____________________________________________________________________________ Accept_X___ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 329 Line: 11785 Section: string.h Problem: Defect code : 1. Error Extraneous "*" in the strerror_r declaration. Action: Change "int *strerror_r" to "int strerror_r". _____________________________________________________________________________ OBJECTION Enhancement Request Number 2 gwc@opengroup.org Defect in XBD unistd.h (rdvk# 1) [gwc unistd XBS5 values] Wed, 21 Aug 2002 17:30:22 +0100 _____________________________________________________________________________ Accept_X___ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 406,409 Line: 14371,14523 Section: unistd.h Problem: Defect code : 1. Error The _CS_POSIX_V6_* and _SC_V6_* symbols were added as the new "POSIXy" names for the (X/Open-only) symbols _CS_XBS5_* and _SC_XBS5_*. It is very likely that implementations will want to give the new and old symbols the same values. This needs to be allowed explicitly, as is currently done for _SC_PAGESIZE and _SC_PAGE_SIZE. Action: Add after line 14371: The _CS_XBS5_* constants may each be defined to have the same value as the corresponding _CS_POSIX_V6_* constant. Add after line 14523: The _SC_XBS5_* constants may each be defined to have the same value as the corresponding _SC_V6_* constant. In both cases the added text should be shaded XSI.