From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) by sourceware.org (Postfix) with ESMTPS id 372783858D1E for ; Fri, 30 Dec 2022 19:11:15 +0000 (GMT) Received: by mail-il1-f173.google.com with SMTP id y2so11767558ily.5 for ; Fri, 30 Dec 2022 11:11:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=tsNaHohBU8u9AmgI7ZbO1AM9yf5CYGZo8G1t7cf77zU=; b=ZvOg9sSskVgs7VE449S6ZOpSiomYkYItwKtG68Ou6INi+KvG5u9kSa7up4kly3Q3FP Hv5XV47rzINBaXnvymdK7t9ntjHh1/Np6miGD8H/JjvBlW1AJapFWXvKznBh6OAaLEFn gIbhkGouLRYt43VEmOZeMvGFXniIrGUVrtvFcmDmBqxHeIyLUP+SONE4Cc+BNJG7rL5B OcD/RA0a3lQMQL4t3Thbif8KbWpQm1JwK1tcQ5O5ucgj7LIozb0GCedZo2N0E3BS1n7c OLk3pvqH1VapNniw77g8ozveAxz/ynA2mcoUrfjkakflZcjyUZHuaWbjheVLCdiXP92t bHiA== X-Gm-Message-State: AFqh2kofNGHvlZ3mhM8yJZPHuHBOA6IsB0Nsx/o6Rdn2kgBXenNj+vZA zmQO4b63uBFB6xdsBjmJocWI8OefYXjYyLxs15MjWw== X-Google-Smtp-Source: AMrXdXtD9ePAd5Xu6QyvOp7C+FAusQdLjWMUSsMjlIoJFiCo+WQNPtNs3oOrakHWDTEKtI1cylrLvY8f4/ADdyrDYNk= X-Received: by 2002:a92:d20b:0:b0:302:a011:ae1 with SMTP id y11-20020a92d20b000000b00302a0110ae1mr3006512ily.170.1672427474394; Fri, 30 Dec 2022 11:11:14 -0800 (PST) MIME-Version: 1.0 References: <105835f5-359c-2646-f609-e73459ee2d3b@jguk.org> <92e5ad68-d013-43f5-cc3e-459daea93a83@gmail.com> <8bd20ea2-2031-173a-5b09-f6a74473ef8f@gmail.com> <20221228000010.iyrekqdj6fi5sf7d@illithid> <8d7b59a0-c068-93ec-7c8b-4a12d9f412e9@gmail.com> <2fc0ab18-7052-abf2-6487-f9c86d19138c@codesourcery.com> In-Reply-To: <2fc0ab18-7052-abf2-6487-f9c86d19138c@codesourcery.com> From: =?UTF-8?Q?Cristian_Rodr=C3=ADguez?= Date: Fri, 30 Dec 2022 16:11:02 -0300 Message-ID: Subject: Re: [PATCH] Add example to rand.3 To: Joseph Myers Cc: Alejandro Colomar , "G. Branden Robinson" , Jonny Grant , Florian Weimer , Michael Kerrisk , linux-man , GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, Dec 30, 2022 at 3:15 PM Joseph Myers wrote: > I expect to implement these functions in due course for glibc (not GCC, > since these are library functions, with the usual requirements for > definitions with external linkage, though most would also have inline > header implementations based on existing longstanding built-in functions). Unless I am seriously missing something, the compiler is required to provide an implementation of them as it is a freestanding header..right ?