This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libiberty] [PATCH] Fix breakage of pex-djgpp.c in HEAD branch
- From: Ian Lance Taylor <ian at airs dot com>
- To: Andris Pavenis <pavenis at latnet dot lv>
- Cc: gcc-patches at gcc dot gnu dot org, djgpp-workers at delorie dot com
- Date: 18 Apr 2005 13:22:51 -0400
- Subject: Re: [libiberty] [PATCH] Fix breakage of pex-djgpp.c in HEAD branch
- References: <200504181901.29986.pavenis@latnet.lv>
Andris Pavenis <pavenis@latnet.lv> writes:
> 2004-04-18 Andris Pavenis <pavenis@latnet.lv>
>
> * pex-djgpp.c: Add missing includes
> (pex_init) Add missing ; for last parameter in call to pex_init_common
> (pex_djgpp_exec_child) Use dup(), dup2(), close() instead of _dup(), _dup2(), _close().
Thanks for fixing these issues. There is now a simple test of the
pexecute functions, which may or may not work on DJGPP. Can you
please try running "make check-libiberty" in your object directory, to
see what happens? Thanks.
Ian