1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Revert "Allow glibc to be compiled without EXEC_PAGESIZE"

This reverts commit 49aa652db8.

This is still being discussed.
This commit is contained in:
Samuel Thibault
2024-04-22 23:00:18 +02:00
parent 684fbab755
commit 16c8dfba14
3 changed files with 2 additions and 8 deletions

View File

@@ -852,7 +852,7 @@ extern off64_t _IO_seekpos_unlocked (FILE *, off64_t, int)
# define MAP_ANONYMOUS MAP_ANON
# endif
# if !defined(MAP_ANONYMOUS)
# if !defined(MAP_ANONYMOUS) || !defined(EXEC_PAGESIZE)
# undef _G_HAVE_MMAP
# define _G_HAVE_MMAP 0
# endif