From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 23BCF3858D1E for ; Wed, 17 May 2023 20:38:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 23BCF3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.99,283,1677571200"; d="scan'208";a="5678185" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 17 May 2023 12:38:06 -0800 IronPort-SDR: 5EPqDoiQss9YCCXi3AHAyQaM062k9sBuT11GLtSK2AzZeBQ5igCV9+9ZGI8Wi3NzQrF5nuGAeK rSB2TRzfDPFUcIv60dIOy1hZV0jlNiH+PFg/aoRUE4zUxzvbVdgK9mT36+reM0t4Chf3/X1N+Z B5EcYV6eiEO7P+96+f3UJvhLjsSKw10NES0DclF51nn7BirY6D1pVqfVQ8p6iwXvWHhe927LGv ObWm32zUCAeaJHKQmpaSPBN+jeGtxQDBKfjdCHt4GI6biijGIfWMrTVavRvUNL8dSZhHNRtB4T Qyg= Date: Wed, 17 May 2023 20:38:02 +0000 From: Joseph Myers To: Subject: Remove MAP_VARIABLE from hppa bits/mman.h Message-ID: <6e50c64-98e6-7cbf-52be-c0167eb2dd9@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-11.mgc.mentorg.com (139.181.222.11) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3112.7 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: As suggested in , remove the MAP_VARIABLE define from the hppa bits/mman.h, for consistency with Linux 6.2 which removed the define there. Tested with build-many-glibcs.py for hppa-linux-gnu. diff --git a/sysdeps/unix/sysv/linux/hppa/bits/mman.h b/sysdeps/unix/sysv/linux/hppa/bits/mman.h index f5a69693af..651b7dcb72 100644 --- a/sysdeps/unix/sysv/linux/hppa/bits/mman.h +++ b/sysdeps/unix/sysv/linux/hppa/bits/mman.h @@ -24,7 +24,6 @@ /* Other flags. */ #define __MAP_ANONYMOUS 0x10 /* Don't use a file */ -#define MAP_VARIABLE 0 /* These are Linux-specific. */ #define MAP_DENYWRITE 0x0800 /* ETXTBSY */ -- Joseph S. Myers joseph@codesourcery.com