OSDN Git Service

2005-05-11 Eli Zaretskii <eliz@gnu.org>
authorIan Lance Taylor <ian@airs.com>
Thu, 12 May 2005 03:45:53 +0000 (03:45 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 12 May 2005 03:45:53 +0000 (03:45 +0000)
commit7f804d251939e2e1b890af12fdc13ecdad4d30ba
tree77f6f094edcf1f58a7e74b586094544634a411b7
parentdda5c1c24442b463fa939e1ffef5c783f1a83bf4
2005-05-11  Eli Zaretskii  <eliz@gnu.org>

* pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
sys/stat.h.
(pex_init): Fix last argument to pex_init_common.
(pex_djgpp_exec_child): Remove leading underscore from _open,
_dup, _dup2, _close, and _spawnv/_spawnvp.  Replace `program',
which is undeclared, with `executable', which was unused.  Remove
unused variable `e'.  Fix casting of last arg to spawnv/spawnvp.
(pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
libiberty/ChangeLog
libiberty/pex-djgpp.c