]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - libiberty/pex-djgpp.c
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)
commit282d9ec36bd4c9b9da5ef9676b6072b27adad33c
tree6e41727b658380e70dec80c97c44483318fecefd
parentbe2c2e39a9d05fca8c6a2b82f1a0674da0aa35fb
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