Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Re: completion problem with filename including # (and pathmax stuff)



> 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