|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1644 Details
Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges
This page provides all information on Problem Report 1644.
Report 1644 Actions
Problem Report Number 1644 Submitter's Classification Specification problem State Resolved Resolution Permanent Interpretation (PIN) Problem Resolution ID PIN.X.0201 Raised 2001-05-18 08:00 Updated 2003-03-13 08:00 Published 2001-05-18 08:00 Product Standard Internationalised System Calls and Libraries Extended V2 (UNIX 98) Certification Program The Open Brand certification program Test Suite VSU version 5.1.1 Test Identification CAPI.hdr/misc/signal2 6 Specification System Interfaces and Headers Issue 5 Location in Spec See Problem Text Linked Problem Reports TIN4U.00004, (in, old, system) Problem Summary PIN4U.00067 Symbols defined in time.h may be visible in the namespace when signal.h is included. Problem Text
(signal.h, POSIX should allow symbols defined in
time.h to be visible in the namespace when signal.h is included).
POSIX defines the sigtimedwait() function, which
takes a const struct timespec * as one of it's arguments. This
function is declared in the <signal.h> header. However, the
synopsis for sigtimedwait() does not specify inclusion of
<time.h> which is where the timespec structure is defined.
Likewise, the sigtimedwait() description does not state any
requirements for defining struct timespec, nor does it allow
for the visibility of symbols in <time.h> when including
<signal.h>. To include <signal.h> and not define struct
timespec will result in compilers generating a warning about
a dubious tag declaration for struct timespec.
Though POSIX references <time.h> in the Cross-
References and See Also sections respectively, and talks
about the timespec structure in the text, there is no indication
as to how one should go about making this visible.Test Output
************************************************************************
/tset/CAPI.hdr/misc/signal2/T.signal2 6 Failed
Test Information:
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.c
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_SOURCE
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.c
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=1
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.c
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=1
-D_POSIX_SOURCE
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.c
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=2
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.c
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=2
-D_POSIX_SOURCE
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.c
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199309
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.c
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199309
-D_POSIX_SOURCE
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.c
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.c
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506
-D_POSIX_SOURCE
Compiler or run-time messages or results:
"././signal.h.D", line 5367428: syntax error before or at: "tm_sec
unprotected"
"././signal.h.D", line 5367428: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5367437: zero-sized struct/union
"././signal.h.D", line 5368138: syntax error before or at: "tv_sec
unprotected"
"././signal.h.D", line 5368138: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368140: zero-sized struct/union
"././signal.h.D", line 5368782: syntax error before or at: "it_interval
unprotected"
"././signal.h.D", line 5368782: warning: syntax requires ";" after last
struct/union member
"././signal.h.D", line 5368784: zero-sized struct/union
"././ALLOW.h", line 95: cannot recover from previous errors
c89: acomp failed for cc06es.cReview Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
This was previously a temporary interpretation which has now been resolved.
A permanent interpretation is recommended.
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Permanent Interpretation (PIN) Review Conclusion
A Permanent Interpretation is granted.
Problem Reporting System Options:
- View Report 1644
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority