diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-06-05 14:35:25 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-06-05 14:35:25 +0000 |
commit | be9b883ddd12acd2baa517fd1b5b8c8be22f733a (patch) | |
tree | a94070410c001fbb83019cfc2d5dc2ef65054d60 /sysdeps | |
parent | 67f704ab69e2305c2b9043d3451df33edbf99b05 (diff) | |
download | glibc-be9b883ddd12acd2baa517fd1b5b8c8be22f733a.tar.gz glibc-be9b883ddd12acd2baa517fd1b5b8c8be22f733a.tar.xz 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.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/bits/mman.h | 1 |
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 */ |