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: Manolis Ragkousis
Subject: Re: [PATCH] libutil: find: Define PATH_MAX for GNU/Hurd systems.
Date: Wed, 29 Jun 2016 16:50:07 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

Hello,

On 06/29/16 02:28, Shigio YAMAGUCHI wrote:
> 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?
> 

I see your point and I am okay with this approach.

Thank you,
Manolis

Attachment: global-path-max.patch
Description: Text Data


reply via email to

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