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] [PATCH] Fix breakage of pex-djgpp.c in HEAD branch


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


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