Summary
Unbind a restricted state VMO from the current thread.
Declaration
#include <zircon/syscalls-next.h>
zx_status_t zx_restricted_unbind_state(uint32_t options);
Description
Unbind any restricted state VMO that may be bound to the calling thread.
See also zx_restricted_bind_state()
.
It is not an error to call unbind on a thread that has no bound VMO.
options must be zero.
Rights
None.
Errors
ZX_ERR_INVALID_ARGS
options is any value other than 0.