commit | 0e997efd53e839c6f34d470ecf89bd1c734ea94b | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Thu Jan 17 02:59:28 2019 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Thu Jan 17 02:59:28 2019 +0000 |
tree | 273d43d9e5ba76113f905e603f836b15236bf8df | |
parent | cbda16eb8ebf52e10a44bd6f15e2743d69e9632a [diff] |
[hurd] Fix unconditional use of PATH_MAX Patch by Samuel Thibault The GNU/Hurd system does not define an arbitrary PATH_MAX limitation, the POSIX 2001 realpath extension can be used instead, and the size of symlinks can be determined. Reviewed as https://reviews.llvm.org/D54677 llvm-svn: 351414