From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by sourceware.org (Postfix) with ESMTPS id 0C79F39484A9 for ; Sun, 9 May 2021 20:09:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0C79F39484A9 Received: by mail-wr1-x429.google.com with SMTP id h4so14406537wrt.12 for ; Sun, 09 May 2021 13:09:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=k1IvG/lwJ1SzH6Oyjn6EZqLYBLPh0geQorwoAeH/yIc=; b=X9ymqMUb/e4OKONPVisuCak8hMgg/sa9KcFIXQkTZratQVXverICif+cxT4iLAQOB9 pb+pYzvE4nMtVlRsU2g3GQRLVQxO2BWEvi7cvAYZYJtvo2YPxrli8117m9MFgO/xQE+O VmyeQg8QPwtPSWCp1Zx/yf1y82bhsHoTwL3I1A5cF8wzh+FILtwlwy2pE6AG6EbxkOQd 6ZlV4CQOpMdH9N6UHTFku2Iy17caNX08EN1E+8gKGHCjgYaQL+F+zRLPl0Qj4ZTM6qk4 CBWXyaXYRYJusbjsNEAqeFC74jshpq9wC13O5UfPUuItlcSUdXGXJF4inYHnupOHmybN +OEw== X-Gm-Message-State: AOAM533ek/jlOOxRnEuKD6zUapXFR85MRgS9HOeOjjWYe2beizV55Quc Kyj2nqbBNzdc6bOUNL0B8Ixqul7FRLgCMQ== X-Google-Smtp-Source: ABdhPJz78MuHzrjN7NUaitW9VP9PBkH2DmiUEj2V7Ach1rHkj8kecwgNoDYkcKQLem1/t3h7nQhAXQ== X-Received: by 2002:a5d:6682:: with SMTP id l2mr26556319wru.15.1620590955239; Sun, 09 May 2021 13:09:15 -0700 (PDT) Received: from [192.168.0.160] ([170.253.36.171]) by smtp.gmail.com with ESMTPSA id a2sm19530723wrn.13.2021.05.09.13.09.14 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 09 May 2021 13:09:14 -0700 (PDT) Subject: Re: [PATCH 3/3] open.2: Remove unused To: "Michael Kerrisk (man-pages)" Cc: linux-man@vger.kernel.org, libc-alpha@sourceware.org References: <20210421224418.143065-1-alx.manpages@gmail.com> <20210421224418.143065-3-alx.manpages@gmail.com> <4d093c28-120b-ecf6-3671-b00159d15da1@gmail.com> From: "Alejandro Colomar (man-pages)" Message-ID: <579d8e7e-b45b-6a80-3b9c-e82565cab138@gmail.com> Date: Sun, 9 May 2021 22:09:13 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <4d093c28-120b-ecf6-3671-b00159d15da1@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2021 20:09:17 -0000 Hi Michael! On 5/9/21 10:02 PM, Michael Kerrisk (man-pages) wrote: > It almost seems like a small bug in POSIX. Yes, it seems so. > > I see also that open(2) on FreeBSD mentions only the need to > include . > > What are your thoughts on the above. I'm willing to apply your > patch if you still think we should apply it. We could file a bug to the Open Group. Could you do that? I don't know how to do it. Let's wait and see. I don't have any patches that depend on this one, so we can hold on. I'll ping you in a month or so if needed. I guess that POSIX will confirm that we can remove it, but let's wait. Thanks, Alex -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/