D54677-hurd-path_max
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 23 Jan 2020 09:17:54 +0000 (09:17 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Thu, 23 Jan 2020 09:17:54 +0000 (09:17 +0000)
commit222037605ef7f724cbc125d0d6f975e1ff62ee8b
tree10ba4b2d050cde4bac0dac8b497d040cdfca5e32
parent9cdfdb161901295df746df97182ffade8cf95e9d
D54677-hurd-path_max

[hurd] Fix unconditional use of PATH_MAX

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.

https://reviews.llvm.org/D54677

Gbp-Pq: Topic hurd
Gbp-Pq: Name D54677-hurd-path_max.diff
libcxx/src/filesystem/operations.cpp