From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x730.google.com (mail-qk1-x730.google.com [IPv6:2607:f8b0:4864:20::730]) by sourceware.org (Postfix) with ESMTPS id EE24D3945C1F for ; Fri, 13 Mar 2020 14:52:29 +0000 (GMT) Received: by mail-qk1-x730.google.com with SMTP id d8so12924164qka.2 for ; Fri, 13 Mar 2020 07:52:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=EoqTGAOHXOwCAuBiPHQ87PJhmo9LcmHk2ls1VhaYNow=; b=IY3uBWmfYUNZrxtB+vwVuSZ+vqwS3EKjZAhFmcA6CGcMbhnYv5fsarkGBJIcCFvgFA gLBmmP7ITVGJpORTW738Meke335CSiLzAkPo120ZD65BnT92EopvBDO+TBftJ7SuDYvZ EVhgxoCp+/95pHJSxFAew2zh15mJBDlXzZ3oVSznc2nPl8ppX8IjuA757+IyIx7hEIci l1IXUNUqP4BdRETlivU98OhJq+64sBcOq7/hPTCM8yAgsSCUbAERi1bz2eWhyVARjK1I xgY/wcrZ7scZJe7kGeyhUqcJCprI1EjFQ/2Kj6Den5IfADKrcLMwcfPcocRx+ky8pXqx jDRQ== X-Gm-Message-State: ANhLgQ3xTGNtQ7hkGaNIc69dVCXAy34CFREfOL+Pq2iko3uoKHDscNXT EMR1Utlugwy5+BkwmNK0aUdCbe5tFWiZnaII5/+2PwYUA60= X-Google-Smtp-Source: ADFU+vuK0avtiF8XydvlsT0czgA5x009aWtxEMVtbV/MO/+veOc1tSUzw4/JClTSPKBk3tY/UAYJYs6ohTEs8usDh6U= X-Received: by 2002:a25:8044:: with SMTP id a4mr1564692ybn.498.1584111149639; Fri, 13 Mar 2020 07:52:29 -0700 (PDT) MIME-Version: 1.0 References: <87pndguxbg.fsf@osv.gnss.ru> In-Reply-To: <87pndguxbg.fsf@osv.gnss.ru> From: "Carlos O'Donell" Date: Fri, 13 Mar 2020 10:52:18 -0400 Message-ID: Subject: Re: O_CLOEXEC undocumented? To: Sergey Organov Cc: libc-help@sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS 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-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2020 14:52:31 -0000 On Fri, Mar 13, 2020 at 10:46 AM Sergey Organov via Libc-help wrote: > > Hello, > > O_CLOEXEC seems to be referenced but undocumented in: > > This is =E2=80=98The GNU C Library Reference Manual=E2=80=99, for Version= (Debian > glibc-doc-reference 2.28-1) of the GNU C Library. That is a defect. We should document O_CLOEXEC. Thanks for noticing. Cheers, Carlos.