Problem Report Number |
0023 |
Submitter's Classification |
Test Suite problem |
State |
Resolved |
Resolution |
Rejected (REJ) |
Problem Resolution ID |
REJ.PX.0013 |
Raised |
2004-07-13 05:42 |
Updated |
2004-07-15 14:12 |
Published |
2004-07-15 14:12 |
Product Standard |
1003.1-2003 System Interfaces |
Certification Program |
POSIX Certified by IEEE and The Open Group |
Test Suite |
VSX-PCTS2003 version 1.0B |
Test Identification |
/tset/C99.os/streamio/vscanf/T.vscanf
/tset/C99.os/streamio/vscanf/T.vfscanf
/tset/C99.os/streamio/vscanf/T.vsscanf
/tset/C99.os/streamio/Mvscanf/T |
Problem Summary |
wctype.h is not correctly included in some of the C99.os/streamio tests |
Problem Text |
wctype.h is not in the include list for vscanf.c, causing one build
failure and six failures on execution. |
Test Output |
/tset/C99.os/streamio/vscanf/T.vscanf Failed
Make Information:
...
"vscanf.c", line 660: error #20: identifier "iswspace" is undefined
if(iswspace((wint_t) *(wcstr + i)))
^
make: *** [vscanf.o] Error 1
|