Problem Report Number |
0001 |
Submitter's Classification |
Test Suite problem |
State |
Resolved |
Resolution |
Rejected (REJ) |
Problem Resolution ID |
REJ.PX.0001 |
Raised |
2004-02-27 03:49 |
Updated |
2004-03-01 14:53 |
Published |
2004-03-01 14:53 |
Product Standard |
1003.1-2003 System Interfaces |
Certification Program |
POSIX Certified by IEEE and The Open Group |
Test Suite |
VSX-PCTS2003 version 1.0 |
Test Identification |
BIN/config.sh |
Specification |
IEEE Std 1003.1, Base Definitions Volume |
Location in Spec |
page 419 |
Problem Summary |
The header processing for wchar.h incorrectly requires FILE to be
defined. |
Problem Text |
SRC/subsets/base6/Inc.POSIX01 lists FILE under wchar.h, meaning a
problem is reported during configuration if FILE is not defined when
wchar.h is included. However, FILE is only required to be defined by
wchar.h when the XSI option is defined. |
Test Output |
*** Starting wchar.h
Missing: typedef <type> FILE;
*** Completed wchar.h |