From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,RDNS_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 23680 invoked from network); 15 Mar 2020 01:39:44 -0000 Received-SPF: pass (mother.openwall.net: domain of lists.openwall.com designates 195.42.179.200 as permitted sender) receiver=inbox.vuxu.org; client-ip=195.42.179.200 envelope-from= Received: from unknown (HELO mother.openwall.net) (195.42.179.200) by inbox.vuxu.org with ESMTP; 15 Mar 2020 01:39:44 -0000 Received: (qmail 3143 invoked by uid 550); 15 Mar 2020 01:39:37 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 3125 invoked from network); 15 Mar 2020 01:39:36 -0000 Date: Sat, 14 Mar 2020 21:39:24 -0400 From: Rich Felker To: musl@lists.openwall.com Message-ID: <20200315013924.GT11469@brightrain.aerifal.cx> References: <20200314053140.50283-1-samuel@sholland.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200314053140.50283-1-samuel@sholland.org> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] [PATCH] define MAP_SYNC on powerpc/powerpc64 On Sat, Mar 14, 2020 at 12:31:40AM -0500, Samuel Holland wrote: > Linux defines MAP_SYNC on powerpc and powerpc64 as of commit > 22fcea6f85f2 ("mm: move MAP_SYNC to asm-generic/mman-common.h"), > so we can stop undefining it on those architectures. > > -- > > This is currently breaking qemu compilation on powerpc64. Thanks, applying. Rich