This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: libiberty/pex-*, inconsistent/incorrect pid_t usage


"O.Sezer" <sezeroz@gmail.com> writes:

> * pex-common.h (struct pex_obj): store pid values as pid_t,
> not as long (members *children and (*wait))
> * pex-common.c (pex_run_in_environment): likewise.
> * pex-win32.c (pex_win32_wait): return pid_t and properly check
> returned pid value.
> * pex-win32.c (pex_win32_wait): return pid_t
> * pex-djgpp.c (pex_djgpp_wait): likewise
> * pex-msdos.c (pex_msdos_wait): likewise

Please write the ChangeLog entries as complete sentences with proper
capitalization and periods.  See the myriad examples.

This patch is OK with that change.

Thanks.

Ian


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