1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03: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:
Joseph Myers
2023-06-05 14:35:25 +00:00
parent 67f704ab69
commit be9b883ddd

View File

@@ -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 */