Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
romio/test: fix test/aggregation1 on mac clang
Although the manual says we need _XOPEN_SOURCE >= 500 in order for stdio.h to provide snprintf, apparently on Mac Clang it requires a strict > 500. Update it to 600 fixes the build error in "make check".
- Loading branch information