summaryrefslogtreecommitdiff
path: root/rts/PathUtils.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor reordering of `#include`s fixing compilation on AIXHerbert Valerio Riedel2017-04-231-3/+3
| | | | | | | This helps ensure that system includes on some more fragile platforms (like e.g. AIX) see a more consistent set of CPP defines, and consequently reduce the risk of conflicting typdefs/prototypes being exposed.
* rts: Move path utilities to separate source fileBen Gamari2016-10-231-0/+68
Test Plan: Validate Reviewers: simonmar, austin, erikd Reviewed By: simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2614