aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-06-05 14:35:25 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-06-05 14:35:25 +0000
commitbe9b883ddd12acd2baa517fd1b5b8c8be22f733a (patch)
treea94070410c001fbb83019cfc2d5dc2ef65054d60
parent67f704ab69e2305c2b9043d3451df33edbf99b05 (diff)
downloadglibc-be9b883ddd12acd2baa517fd1b5b8c8be22f733a.tar
glibc-be9b883ddd12acd2baa517fd1b5b8c8be22f733a.tar.gz
glibc-be9b883ddd12acd2baa517fd1b5b8c8be22f733a.tar.bz2
glibc-be9b883ddd12acd2baa517fd1b5b8c8be22f733a.zip
Remove MAP_VARIABLE from hppa bits/mman.h
As suggested in <https://sourceware.org/pipermail/libc-alpha/2023-February/145890.html>, 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.
-rw-r--r--sysdeps/unix/sysv/linux/hppa/bits/mman.h1
1 files changed, 0 insertions, 1 deletions
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 */