Problem Report Number |
0017 |
Submitter's Classification |
Test Suite problem |
State |
Resolved |
Resolution |
Rejected (REJ) |
Problem Resolution ID |
REJ.PX.0011 |
Raised |
2004-05-21 07:21 |
Updated |
2004-05-26 19:20 |
Published |
2004-05-26 19:20 |
Product Standard |
1003.1-2003 System Interfaces |
Certification Program |
POSIX Certified by IEEE and The Open Group |
Test Suite |
VSX-PCTS2003 version 1.0A |
Test Identification |
/tset/POSIX.os/procprim/sigconcept/T.sigconcept |
Problem Summary |
Sigconcept fails to build because of an illegal return value |
Problem Text |
The sigconcept test uses a DBUG_VOID_RETURN statement in a function
that should return a value. This causes compilation to fail. |
Test Output |
"sigcon5.c", line 913: error #117: non-void function "ch_t41" should
return a value
DBUG_VOID_RETURN;
^
make: *** [sigcon5.o] Error 1 |