> Are the libc routines always shared at the same virtual address > (or at least always on a 256 kbyte boundary)? > Given the way the kernel determines the address at which to mmap() things, this is certainly the case for each invocation of the same program. -pk