| # zx_clock_adjust |
| |
| ## NAME |
| |
| <!-- Updated by update-docs-from-fidl, do not edit. --> |
| |
| TODO(fxbug.dev/32938) |
| |
| ## STATUS |
| |
| `zx_clock_adjust` is currently **DEPRECATED**. Do not make use of it in any new code. |
| |
| ## SYNOPSIS |
| |
| <!-- Updated by update-docs-from-fidl, do not edit. --> |
| |
| ```c |
| #include <zircon/syscalls.h> |
| |
| zx_status_t zx_clock_adjust(zx_handle_t handle, |
| zx_clock_t clock_id, |
| int64_t offset); |
| ``` |
| |
| ## DESCRIPTION |
| |
| TODO(fxbug.dev/32938) |
| |
| ## RIGHTS |
| |
| <!-- Updated by update-docs-from-fidl, do not edit. --> |
| |
| *handle* must have resource kind **ZX_RSRC_KIND_ROOT**. |
| |
| ## RETURN VALUE |
| |
| TODO(fxbug.dev/32938) |
| |
| ## ERRORS |
| |
| TODO(fxbug.dev/32938) |
| |
| ## SEE ALSO |
| |
| |
| TODO(fxbug.dev/32938) |