mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
6 lines
241 B
C
6 lines
241 B
C
/* ColdFire and Sun 3 kernels have PAGE_SHIFT set to 13 and expect
|
|
mmap2 offset to be provided in 8K pages. Determine the shift
|
|
dynamically with getpagesize. */
|
|
#define MMAP2_PAGE_SHIFT -1
|
|
#include <sysdeps/unix/sysv/linux/mmap64.c>
|