On AIX, many typedefs and struct definitions required by test-suite tests are only accessible when _ALL_SOURCE is set; however, setting this macro causes other side effects such as typedef redefinition. To fix this on AIX, we run test-suite with standard compatible mode (e.g., XOPEN_SOURCE=700), and use this patch to add the missing definitions to test-suite.
Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
- Build Status
Buildable 146736 Build 216818: arc lint + arc unit
nit: prefer the defined form, rather than relying on the macro value