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: Fri, 4 Jan 2019 09:04:10 -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> <7524a605-db11-1a46-c6cf-769e4b91294c@linaro.org> <019ef4ef-1b5e-deaf-62fc-19412036df9c@gotplt.org>
On 04/01/2019 02:02, Siddhesh Poyarekar wrote:
> On 03/01/19 11:07 PM, Adhemerval Zanella wrote:
>>
>>
>> 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.
>
> Sorry I wasn't clear. I meant to say that you need to describe it in the git commit so that one would know why this change was made.
>
> Siddhesh
>
I get than and I think for this specific part I think it is
better to postpone to when I resend BZ#12683 fix itself.