pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and sys/stat.h.
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 May 2005 03:44:58 +0000 (03:44 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 12 May 2005 03:44:58 +0000 (03:44 +0000)
commit5db1c53105295810821c3019874388f778782247
tree3eeb820635f04543110a88fb2a497b41024181e9
parent5765e552580a9b01c690fcb63dd6b86899232919
pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and sys/stat.h.

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.

From-SVN: r99606
libiberty/ChangeLog
libiberty/pex-djgpp.c