This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 8/9] Normalize on PATH_MAX instead of MAXPATHLEN throughout.


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> With the pathmax gnulib module in place, we can use PATH_MAX
Pedro> consistently throughout, instead of the current mixbag of PATH_MAX and
Pedro> MAXPATHLEN uses.  It's no longer necessary to include sys/param.h
Pedro> (supposedly, I can't check all ports touched here) for MAXPATHLEN.

After this patch, I think HAVE_SYS_PARAM_H is never used, so the
configure.ac check can be removed as well.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]