Re: glibc: pagesize

2011-10-10 Thread Roland McGrath
> Linux has a EXEC_PAGESIZE macro, exposed in asm/param.h, typically > accessed via linux/param.h, then sys/param.h. This is now taken for > granted in glibc: It's not clear that EXEC_PAGESIZE means anything in particular in Linux. It's not used anywhere in the kernel itself. It also has ELF_EXE

glibc: pagesize

2011-10-09 Thread Thomas Schwinge
Hi! Linux has a EXEC_PAGESIZE macro, exposed in asm/param.h, typically accessed via linux/param.h, then sys/param.h. This is now taken for granted in glibc: commit 02d46fc4b969e25e4ba0c54aa95fa98d7279bd05 Author: Ulrich Drepper Date: Sat Sep 10 21:47:36 2011 -0400 Sim