mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
sys/fuchsia: remove RESIZEABLE flags from vmo ops.
This change removes the ZX_VMO_NON_RESIZABLE flag for vmo create and the ZX_VMO_CHILD_NON_RESIZEABLE flag from vmo create child. The flags were removed upstream in cl: https://fuchsia-review.googlesource.com/c/fuchsia/+/293991
This commit is contained in:
parent
6aad7497a8
commit
d862d22d79
@ -23,6 +23,6 @@ zx_vmo_replace_as_executable(handle zx_vmo, res const[ZX_HANDLE_INVALID], out pt
|
||||
# Not public:
|
||||
zx_vmo_set_cache_policy(handle zx_vmo, cache_policy flags[vmo_cache_policy])
|
||||
|
||||
vmo_create_options = 0, ZX_VMO_NON_RESIZABLE
|
||||
vmo_create_child_options = ZX_VMO_CHILD_COPY_ON_WRITE, ZX_VMO_CHILD_NON_RESIZEABLE
|
||||
vmo_create_options = 0
|
||||
vmo_create_child_options = ZX_VMO_CHILD_COPY_ON_WRITE
|
||||
vmo_cache_policy = ZX_CACHE_POLICY_CACHED, ZX_CACHE_POLICY_UNCACHED, ZX_CACHE_POLICY_UNCACHED_DEVICE, ZX_CACHE_POLICY_WRITE_COMBINING
|
||||
|
Loading…
Reference in New Issue
Block a user