aboutsummaryrefslogtreecommitdiffstats
path: root/testing/timew/musl_limits.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/timew: Fix patch fileBreno Leitao2017-04-251-2/+2
| | | | | The patch file was not being applied properly. Fixing it to apply cleanly.
* testing/timew: fix FTBFS on ppc64leBreno Leitao2017-04-041-0/+25
Currently timew FTBFS on ppc64le because there is no PATH_MAX defined implicitly. If your code needs to use PATH_MAX, it needs to include limits.h.