This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 6/6] support: Add support_create_temp_fifo
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: Siddhesh Poyarekar <siddhesh at gotplt dot org>, libc-alpha at sourceware dot org
- Date: Thu, 3 Jan 2019 15:37:43 -0200
- Subject: Re: [PATCH v2 6/6] support: Add support_create_temp_fifo
- References: <20181228010255.21406-1-adhemerval.zanella@linaro.org> <20181228010255.21406-7-adhemerval.zanella@linaro.org> <4fdaf8db-6f55-16e4-ad77-7225121c4877@gotplt.org>
On 29/12/2018 00:24, Siddhesh Poyarekar wrote:
> On 28/12/18 6:32 AM, Adhemerval Zanella wrote:
>> Checked on x86_64-linux-gnu.
>
> Please describe why you need this.
>
> Thanks,
> Siddhesh
The intention it to use on a new testcase for BZ#12683, and I
think it would be better to actually include it along with
BZ#12683 fix. It will also allow to rework with changes
proposed by Florian to retry the mkfifo and fix the comment
noted by Andreas.