mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Move m68k from ports to libc
This commit is contained in:
5
sysdeps/unix/sysv/linux/m68k/mmap64.c
Normal file
5
sysdeps/unix/sysv/linux/m68k/mmap64.c
Normal file
@ -0,0 +1,5 @@
|
||||
/* 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>
|
Reference in New Issue
Block a user