Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 754c16b9 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "allow mremap to use MEMRMREMAP_MAYMOVE flag" into rvc-dev am:...

Merge "allow mremap to use MEMRMREMAP_MAYMOVE flag" into rvc-dev am: 1499f86e am: 8ecd5bf3 am: 38dffdad

Change-Id: If896baee8c953de3e8e6e52b2f8b3c6a19c21b59
parents 86dd77f0 38dffdad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ ftruncate64: 1
# on ARM is statically loaded at 0xffff 0000. See
# http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0211h/Babfeega.html
# for more details.
mremap: arg3 == 3
mremap: arg3 == 3 || arg3 == MREMAP_MAYMOVE
munmap: 1
mprotect: 1
madvise: 1
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ ftruncate64: 1
# on ARM is statically loaded at 0xffff 0000. See
# http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0211h/Babfeega.html
# for more details.
mremap: arg3 == 3
mremap: arg3 == 3 || arg3 == MREMAP_MAYMOVE
munmap: 1
mprotect: 1
madvise: 1
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ ftruncate64: 1
# on ARM is statically loaded at 0xffff 0000. See
# http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0211h/Babfeega.html
# for more details.
mremap: arg3 == 3
mremap: arg3 == 3 || arg3 == MREMAP_MAYMOVE
munmap: 1
prctl: 1
getuid32: 1
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ ftruncate: 1
# on ARM is statically loaded at 0xffff 0000. See
# http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0211h/Babfeega.html
# for more details.
mremap: arg3 == 3
mremap: arg3 == 3 || arg3 == MREMAP_MAYMOVE
munmap: 1
prctl: 1
writev: 1