Don't pump output to the descriptor, as we use FILE* elsewhere.

This commit is contained in:
Paul Smith
2013-05-04 17:31:20 -04:00
parent 64dd61bcb8
commit a0c5d0c63f
2 changed files with 34 additions and 49 deletions

View File

@@ -1,3 +1,8 @@
2013-05-04 Paul Smith <psmith@gnu.org>
* job.c (pump_from_tmp): (Rename) Write to stdout/stderr using
FILE* rather than fd. It's not a good idea to mix and match.
2013-05-04 Eli Zaretskii <eliz@gnu.org>
* makeint.h (ftruncate) [_MSC_VER]: Redirect to _chsize.