Problem Report Number |
0009 |
Submitter's Classification |
Test Suite problem |
State |
Resolved |
Resolution |
Rejected (REJ) |
Problem Resolution ID |
REJ.PX.0002 |
Raised |
2004-03-30 05:24 |
Updated |
2004-04-05 14:51 |
Published |
2004-04-05 14:51 |
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 |
/tset/ANSI.os/streamio/clearerr/T.clearerr
/tset/ANSI.os/streamio/fopen/T.fopen
/tset/ANSI.os/streamio/freopen/T.freopen |
Problem Summary |
fnctl.h is not included by several ANSI.os/streamio tests |
Problem Text |
fnctl.h is not included by several ANSI.os/streamio tests. This
causes undefined identifier build failures |
Test Output |
"clearerr.c", line 101: error #20: identifier "creat" is undefined
if ((fd = creat(t_file, MODEANY)) == SYSERROR) |