From: Joseph Myers Date: Mon, 5 Jun 2023 14:35:25 +0000 (+0000) Subject: Remove MAP_VARIABLE from hppa bits/mman.h X-Git-Tag: glibc-2.38~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be9b883ddd12acd2baa517fd1b5b8c8be22f733a;p=thirdparty%2Fglibc.git 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 --git a/sysdeps/unix/sysv/linux/hppa/bits/mman.h b/sysdeps/unix/sysv/linux/hppa/bits/mman.h index f5a69693af4..651b7dcb72b 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 */