From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9680C61DA4 for ; Fri, 10 Mar 2023 03:03:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229945AbjCJDDw (ORCPT ); Thu, 9 Mar 2023 22:03:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbjCJDDv (ORCPT ); Thu, 9 Mar 2023 22:03:51 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C496193EF for ; Thu, 9 Mar 2023 19:03:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678417380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=N3L8Se9HgEEc2IydIDO/tq6Or+cBwA6BX550OL+c56E=; b=ih8si8z2OKikMLgwt7pCuVN0VrMNByKK/tC5xzgXF7WzfCKbnPzjf9rhpzPlmKaMDZBNpz g4A1Nw2tHfHbr+efEnVs8YDBmTHCA6/R30Vxu7kdNQ/tg6rw6Waj5mEiyhLVSVDsSh70o3 2SOpQTu/bXdCdAGtDyAAeAElBJrbXns= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-371-OPmF63X1Oeew2FS035OuKg-1; Thu, 09 Mar 2023 22:02:57 -0500 X-MC-Unique: OPmF63X1Oeew2FS035OuKg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AB37585A588; Fri, 10 Mar 2023 03:02:56 +0000 (UTC) Received: from greed.delorie.com (unknown [10.22.9.14]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 909BA2026D4B; Fri, 10 Mar 2023 03:02:56 +0000 (UTC) Received: from greed.delorie.com.redhat.com (localhost [127.0.0.1]) by greed.delorie.com (8.15.2/8.15.2) with ESMTP id 32A32sMa3275134; Thu, 9 Mar 2023 22:02:55 -0500 From: DJ Delorie To: Alejandro Colomar Cc: pjfloyd@wanadoo.fr, libc-alpha@sourceware.org, linux-man@vger.kernel.org Subject: Re: Issues in manpage memalign In-Reply-To: <77cfc3d2-cd41-13a7-bdb9-ced179531f33@gmail.com> Date: Thu, 09 Mar 2023 22:02:54 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org Alejandro Colomar via Libc-alpha writes: > I've CCd glibc, in case someone there can confirm in which direction they > would like the manual page to go. see https://sourceware.org/bugzilla/show_bug.cgi?id=20137 and https://sourceware.org/pipermail/libc-alpha/2023-February/145858.html I've got this on my to-do list to fix aligned_alloc to conform to, probably, C17. I'll send an update for the man page when I update the code, if you don't do it first ;-) I don't know of any discussions to change our stance on memalign() at this time.