From be9b883ddd12acd2baa517fd1b5b8c8be22f733a Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 5 Jun 2023 14:35:25 +0000 Subject: 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. --- sysdeps/unix/sysv/linux/hppa/bits/mman.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/hppa/bits/mman.h') 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 */ -- cgit 1.4.1