diff options
Diffstat (limited to 'libiberty/pex-djgpp.c')
-rw-r--r-- | libiberty/pex-djgpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/pex-djgpp.c b/libiberty/pex-djgpp.c index 6e58e3f..17fbf2c 100644 --- a/libiberty/pex-djgpp.c +++ b/libiberty/pex-djgpp.c @@ -62,6 +62,7 @@ const struct pex_funcs funcs = pex_djgpp_wait, NULL, /* pipe */ NULL, /* fdopenr */ + NULL, /* fdopenw */ NULL /* cleanup */ }; |