Skip to content
Snippets Groups Projects
Commit 8fbd097d authored by David Stevens's avatar David Stevens Committed by CQ bot account: commit-bot@chromium.org
Browse files

[zircon] Rename 'VMO clone' to 'VMO child'

In preparation for new types of VMOs for which 'clone' is not an
accurate description, rename 'clones' to 'children'. The renaming only
affects up to the syscall layer, as higher layers can still refer to
copy-on-write children as 'clones'.

This change adds a vdso shim for the old zx_vmo_clone syscall and leaves
the old flags/zx wrapper. These will be removed once clients are
migrated to the updated API.

Change-Id: I8319d8ab379b7e57905ec3f6ece86fd6e0d401d1
parent e4906e61
No related branches found
No related tags found
No related merge requests found
Showing
with 97 additions and 67 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment