On Thu, Jan 19, 2017 at 2:04 PM, Axel Beckert <invalid.nore...@gnu.org> wrote:
>
> Of course it would be nice if this would be solved in a cleaner way for an
> official fix.
>

Like this?

#ifndef PATH_MAX
# ifdef _POSIX_PATH_MAX
# define PATH_MAX _POSIX_PATH_MAX
# endif
#endif

Does GNU/Hurd know about _POSIX_PATH_MAX?

Reply via email to