diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/mmap64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/mmap64.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mmap64.c b/sysdeps/unix/sysv/linux/mmap64.c new file mode 100644 index 0000000000..fc7e416bfb --- /dev/null +++ b/sysdeps/unix/sysv/linux/mmap64.c @@ -0,0 +1,3 @@ +/* At least for now mmap64 is the same as mmap on all platforms. + When/If the 32 bit platforms get a >32 bit VFS we'll have to + change it for these platforms. */ |