This is the mail archive of the
cygwin-developers
mailing list for the Cygwin project.
Re: O_PATH for FIFOs
- From: Ken Brown <kbrown at cornell dot edu>
- To: "cygwin-developers at cygwin dot com" <cygwin-developers at cygwin dot com>
- Date: Wed, 26 Jun 2019 20:09:53 +0000
- Subject: Re: O_PATH for FIFOs
- Arc-authentication-results: i=1; test.office365.com 1;spf=none;dmarc=none;dkim=none;arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=testarcselector01; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=S/jsBDwBCOFFsB5PekGw++XLUpe7Uu0UV/93CD17a3g=; b=ZKnqLUM3TUK5ZjzFQ6LxMlcKQCfhA1Sjc4I0gaiy2l16omCqnijCpNrgTrSuQauQYT9x7+7PGexqNCK2ExCIG1JG6FbX/ElXhsvEWT/3YmEq5fJdVEsWucGX9oZuVgL1hF2fIhSCi4ePJ8NUkZlJjLXWUuH42LRXApUfb9a5F18=
- Arc-seal: i=1; a=rsa-sha256; s=testarcselector01; d=microsoft.com; cv=none; b=FKahG0d/avi9Lxh5pcMmOP8nuWRbHBU0vBNy9hTKFH8TtNIU+VqZYMS+bhSkiCiZvfx/kSc8yAlKnogAScTFJGgkdwjvNVYBFDRho1gEARj57wZe1IVR2ZhHNLgoFJNI9bI1eZ/d4eiw7y9ZzTKc39lv6BTgTcTfxhvBP8+YHUI=
- References: <388bfd0d-436b-a01a-1235-272b1f2b0c8a@cornell.edu>
On 6/26/2019 12:26 PM, Ken Brown wrote:
> Hi Corinna,
>
> You recently added support for the O_PATH flag, but it doesn't work for FIFOs.
> (I just noticed this because of a failing emacs test.) Was this deliberate or
> just an oversight? If it was the latter, I'll be glad to add O_PATH support for
> FIFOs. I assume this should be done both on master and on the cygwin-3_0-branch.
No answer required. It looks like this is going to be pretty trivial. I'll
just send the patches.
Ken