bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] libutil: find: Define PATH_MAX for GNU/Hurd systems.


From: Shigio YAMAGUCHI
Subject: Re: [PATCH] libutil: find: Define PATH_MAX for GNU/Hurd systems.
Date: Wed, 29 Jun 2016 08:28:26 +0900

Hi,
I change my opinion. I'd like to leave this problem for porters.
We cannot say a certain thing about platforms which don't have PATH_MAX.
Those who want to port GLOBAL to such platforms should set PATH_MAX to
an appropriate value.
I would like to add code as follows:

#ifndef PATH_MAX
Since this platform does not have PATH_MAX, you should define it
using an appropriate value for the platform.
/* #define PATH_MAX     1024 */
#endif

What do you think?

Regards,
Shigio

-- 
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]