diff options
author | DJ Delorie <dj@redhat.com> | 2006-04-12 18:42:01 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-04-12 18:42:01 +0000 |
commit | 3db2e6ddf680eecc3060ba5a12d4c97072389d90 (patch) | |
tree | ab8a75ac527440e6f89d20b23afc619aa09d188c /libiberty/pex-msdos.c | |
parent | 01d3a6ce134b69233591c6ad34ecdf844142e2c4 (diff) | |
download | gdb-3db2e6ddf680eecc3060ba5a12d4c97072389d90.zip gdb-3db2e6ddf680eecc3060ba5a12d4c97072389d90.tar.gz gdb-3db2e6ddf680eecc3060ba5a12d4c97072389d90.tar.bz2 |
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 2256117..db22337 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 }; |