On AIX, many type and struct definitions which test-suite requires are
only accessible under _ALL_SOURCE mode, yet enabling _ALL_SOURCE creates
all sorts of other issues (e.g., typedef redefinition). In order to
enable test-suite on AIX, we need to run it in a standard compatible
mode such as "XOPEN_SOURCE=700". This patch addresses the missing
definitions under such a mode.
Details
Details
- Reviewers
hubert.reinterpretcast daltenty
Diff Detail
Diff Detail
- Repository
- rOLDT svn-test-suite
- Build Status
Buildable 52171 Build 58614: arc lint + arc unit
Event Timeline
Comment Actions
There were license concerns modifying those tests, because some of them are under GPL/LGPL and/or have restricted commercial use.