From 1b68e030d8b8c74f1e9025e1b11217403f5f01c2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 1 Oct 2017 18:47:41 +0200 Subject: sys/fuchsia: add more descriptions --- sys/fuchsia/objects_amd64.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/fuchsia/objects_amd64.const') diff --git a/sys/fuchsia/objects_amd64.const b/sys/fuchsia/objects_amd64.const index 2c19aac9e..f30a0960f 100644 --- a/sys/fuchsia/objects_amd64.const +++ b/sys/fuchsia/objects_amd64.const @@ -15,3 +15,5 @@ ZX_INFO_THREAD_EXCEPTION_REPORT = 11 ZX_INFO_THREAD_STATS = 15 ZX_INFO_VMAR = 7 ZX_MAX_NAME_LEN = 32 +ZX_WAIT_ASYNC_ONCE = 0 +ZX_WAIT_ASYNC_REPEATING = 1 -- cgit mrf-deployment