OSDN Git Service

2005-05-11 Eli Zaretskii <eliz@gnu.org>
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 May 2005 03:44:58 +0000 (03:44 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 May 2005 03:44:58 +0000 (03:44 +0000)
commit345397910428883c230ebf641c6834dbce93fc8e
tree3eeb820635f04543110a88fb2a497b41024181e9
parent4bc590dbd28c60d79b5bcf0cdbf4bf43071f8edd
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99606 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/pex-djgpp.c