diff options
author | DJ Delorie <dj@delorie.com> | 2006-04-12 18:42:01 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2006-04-12 18:42:01 +0000 |
commit | f124756a03c89bd936fa9d41cf6ace406a2c1b4a (patch) | |
tree | 0c3a1026c3de88db31148604d85a9feb06104785 /libiberty/pex-msdos.c | |
parent | 0deab031b1b8ea6ed85b6946ceb4b962b250a5bb (diff) | |
download | binutils-redhat-f124756a03c89bd936fa9d41cf6ace406a2c1b4a.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/pex-msdos.c')
-rw-r--r-- | libiberty/pex-msdos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/pex-msdos.c b/libiberty/pex-msdos.c index 2256117d1b..db22337aa2 100644 --- a/libiberty/pex-msdos.c +++ b/libiberty/pex-msdos.c @@ -73,6 +73,7 @@ const struct pex_funcs funcs = pex_msdos_wait, NULL, /* pipe */ NULL, /* fdopenr */ + NULL, /* fdopenw */ pex_msdos_cleanup }; |