Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: completion problem with filename including # (and pathmax stuff)
- X-seq: zsh-workers 12511
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Clint Adams <schizo@xxxxxxxxxx>
- Subject: Re: PATCH: Re: completion problem with filename including # (and pathmax stuff)
- Date: Thu, 3 Aug 2000 10:53:23 -0400
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <20000803103809.A16681@xxxxxxxx>; from schizo@xxxxxxxxxx on Thu, Aug 03, 2000 at 10:38:09AM -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200008031330.PAA22832@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <20000803103809.A16681@xxxxxxxx>
> I tested this, and it worked fine. Perhaps this means that glibc 2.1.3 is
Yup, this is the relevant code in pathconf().
case _PC_PATH_MAX:
#ifdef PATH_MAX
return PATH_MAX;
#else
return -1;
#endif
Messages sorted by:
Reverse Date,
Date,
Thread,
Author