mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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.
This commit is contained in:
parent
67f704ab69
commit
be9b883ddd
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user