diff options
Diffstat (limited to 'darwin-user/mmap.c')
-rw-r--r-- | darwin-user/mmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/darwin-user/mmap.c b/darwin-user/mmap.c index b4055abe1b..bb7d7e6990 100644 --- a/darwin-user/mmap.c +++ b/darwin-user/mmap.c @@ -408,4 +408,3 @@ int target_msync(unsigned long start, unsigned long len, int flags) start &= qemu_host_page_mask; return msync((void *)start, end - start, flags); } - |