Re: [PATCH 1/2] Extend libiberty to allow append stdout and stderr to existing files.

2014-09-11 Thread Ian Lance Taylor
On Thu, Sep 11, 2014 at 9:18 AM, Maxim Ostapenko wrote: > > Working on ICE debugging patch, I've noted that libiberty interface doesn't > allow to append stdout and stderr to existing files. > > This small patch provides two new flags for pex_run and extends open_write > interface to handle the is

[PATCH 1/2] Extend libiberty to allow append stdout and stderr to existing files.

2014-09-11 Thread Maxim Ostapenko
Working on ICE debugging patch, I've noted that libiberty interface doesn't allow to append stdout and stderr to existing files. This small patch provides two new flags for pex_run and extends open_write interface to handle the issue. Does this patch look sane? -Maxim libiberty/ChangeLog: 2