From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id AF565385773C for ; Mon, 16 Oct 2023 20:46:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AF565385773C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org AF565385773C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=68.232.129.153 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697489206; cv=none; b=Rm7zixDq2pUhZZev7s++o7We+O4wwuhQYNbV/QIy8huPKBIe8+aDVBNjj04BLEXg5H6DLcy9WNQtbxzFcJRMcZ9DwAJRL7KQQnu0U+YgxCSBW2HMMFdOb0jx9UqYeAPyOFQi6NDYUeoo+mp+IOh9nYWH5YFoe30fsm6D4hJ4a8A= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697489206; c=relaxed/simple; bh=EXu8xs8mPw05/YiYqiXeiiviIP4718vPAuXzqhL3xxo=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=wyZavaWNyWEh6CMxOz0pUU0ml9Jk4cLoRPYVR2p/JOiQBz3FdJLOHLocGONNbdmJWZTD981W1Lr8OHTlabE5ou2mcXrjJwMbg+7Mw0qtdVqIKUSZeExEHj3zDf/A1RbFWijgg/Vc8a4ksdDwA7p8E68DsDbnHW2emFWFtaumP7U= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: HpAxAdBOSDi3UlRIcrOPSA== X-CSE-MsgGUID: B4MHP4IGQLCxnPAp2Oom1A== X-IronPort-AV: E=Sophos;i="6.03,230,1694764800"; d="scan'208";a="22347279" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 16 Oct 2023 12:46:43 -0800 IronPort-SDR: 4wnwAa2hQxGM7ufLqrpH47QRRQCOZhx+fALeyTmdv7XZvB9KuXqxGsGLEHUtwfESyyjYhJjoA7 LgTY/O6/DNlSbg+SS5EpREklxb4Z9qX23IJUTOfcOs/olfZz4wwVib1VbUSF9y66j4DPUJzpZX Lbok0fVgEjswNpEMWsTt4Pvs3+P3djCH5pK/1dpn49ZB5KyS5my08Hw66ExK/Mg4Cjm1nhTVae IejP2s6Cl93RetZSMucUp/R8MYoqgg4Qpw0mAiud+H8SRnXRNU3z7wA2yOCusFO3rl121EcNIg p0Y= Date: Mon, 16 Oct 2023 20:46:39 +0000 From: Joseph Myers To: Joe Simmons-Talbott CC: Subject: Re: [PATCH v2] posix: Deprecate group_member for Linux In-Reply-To: <62ddf1c4-22e8-c796-6c5e-3de97579696e@codesourcery.com> Message-ID: References: <20231016175436.3774330-1-josimmon@redhat.com> <62ddf1c4-22e8-c796-6c5e-3de97579696e@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) X-Spam-Status: No, score=-3103.9 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,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 Mon, 16 Oct 2023, Joseph Myers wrote: > On Mon, 16 Oct 2023, Joe Simmons-Talbott wrote: > > > bits/group_member.h | 31 +++++++++++++++++++ > > > sysdeps/unix/sysv/linux/group_member.h | 32 ++++++++++++++++++++ > > Is it group_member.h or bits/group_member.h? I'd expect the former, but > then the latter file is misnamed and the #include in unistd.h is wrong. That is: I'd expect bits/group_member.h (the first one in the diffs), not group_member.h. -- Joseph S. Myers joseph@codesourcery.com