From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 850591F4B4 for ; Tue, 20 Oct 2020 11:23:11 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 159B43943435; Tue, 20 Oct 2020 11:23:09 +0000 (GMT) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) by sourceware.org (Postfix) with ESMTPS id C69DE3861021 for ; Tue, 20 Oct 2020 11:23:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C69DE3861021 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=selasky.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=hps@selasky.org Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 6D9C626026B; Tue, 20 Oct 2020 13:23:05 +0200 (CEST) Subject: Re: queue.3 overhaul To: Alejandro Colomar , mtk.manpages@gmail.com References: <33af3ca2-d6ea-5f75-6ad2-e2f43eefe4fa@gmail.com> <907cf2f7-70de-42c3-a738-d7e6a14327de@gmail.com> From: Hans Petter Selasky Message-ID: Date: Tue, 20 Oct 2020 13:22:27 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <907cf2f7-70de-42c3-a738-d7e6a14327de@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: , Cc: linux-man , "libc-alpha@sourceware.org" Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Hi, You may want to import new queue macros from FreeBSD, especially for C++ use. https://svnweb.freebsd.org/base/head/sys/sys/queue.h https://svnweb.freebsd.org/base?view=revision&revision=284915 --HPS