From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 7E1CB38323DC; Mon, 5 Jun 2023 14:35:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E1CB38323DC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685975741; bh=upvDEAWNPqMNJJRPkmk5+jmrWJf8KK+S4P5r7BCbU4U=; h=From:To:Subject:Date:From; b=RvMcm1UJ54apW2owDpnokNh+LoNmHA9lHZ3lsBalrIxbaj1X30asD1kvNQF/ggxPd tfwzL89wilfzWCOAD8aulWlLL8T3iOElbATp02sEN4LsKAsODgGcOB8kTyVUIpO5Fx OwF9EgPJRKFzzEoGxvfUpKOit5Zcf1qk70/M3Dwo= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joseph Myers To: glibc-cvs@sourceware.org Subject: [glibc] Remove MAP_VARIABLE from hppa bits/mman.h X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 67f704ab69e2305c2b9043d3451df33edbf99b05 X-Git-Newrev: be9b883ddd12acd2baa517fd1b5b8c8be22f733a Message-Id: <20230605143541.7E1CB38323DC@sourceware.org> Date: Mon, 5 Jun 2023 14:35:41 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=be9b883ddd12acd2baa517fd1b5b8c8be22f733a commit be9b883ddd12acd2baa517fd1b5b8c8be22f733a Author: Joseph Myers Date: Mon Jun 5 14:35:25 2023 +0000 Remove MAP_VARIABLE from hppa bits/mman.h 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: --- sysdeps/unix/sysv/linux/hppa/bits/mman.h | 1 - 1 file changed, 1 deletion(-) 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 */