Skip to content

Commit

Permalink
conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Myers committed Nov 2, 2012
1 parent 6c073ad commit caf7f57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
2012-11-02 Joseph Myers <joseph@codesourcery.com>

* conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
&& !UNIX98]. Enables tests for XOPEN2K8.
* conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
POSIX2008]: Likewise.

* conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
(struct rusage): Do not expect type or its members.

Expand Down
2 changes: 1 addition & 1 deletion conform/data/complex.h-data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008
#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
macro complex
macro _Complex_I
optional-macro imaginary
Expand Down
2 changes: 1 addition & 1 deletion conform/data/inttypes.h-data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008
#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
type int8_t
type int16_t
type int32_t
Expand Down

0 comments on commit caf7f57

Please sign in to comment.