This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Implement tmpfile with O_TMPFILE (bug 21530)
- From: Florian Weimer <fweimer at redhat dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, libc-alpha at sourceware dot org
- Date: Mon, 26 Jun 2017 17:34:24 +0200
- Subject: Re: [PATCH] Implement tmpfile with O_TMPFILE (bug 21530)
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com BB6023F1E7
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BB6023F1E7
- References: <mvmbmpbotr9.fsf@suse.de> <d41bd4ac-dd0f-df16-a225-fad2ddfea179@linaro.org>
On 06/26/2017 04:53 PM, Adhemerval Zanella wrote:
> I would prefer to compartmentalize Linuxism to linux sysdep folder, something
> like:
Isn't O_TMPFILE part of the GNU API now?
Thanks,
Florian