diff options
| author | Matthew Dempsky <mdempsky@google.com> | 2020-06-03 11:44:46 -0700 |
|---|---|---|
| committer | Marco Vanotti <mvanotti@users.noreply.github.com> | 2020-06-05 15:08:57 -0300 |
| commit | 57a83e9453bb2d0f4c80e00df72aa4317dcac58f (patch) | |
| tree | 9824afd2d65c2431f57021f937d56c131f9f4e24 /sys/fuchsia/objects.txt | |
| parent | d36418e90bb0c3c89f2721f61b61b257758661f3 (diff) | |
sys/fuchsia: update "make extract" support code
FIDL fuzzing hasn't been working for a while, and it's further
bit-rotted as upstream FIDL functionality has continued to evolve.
This commit updates enough FIDL functionality to get a minimal FIDL
test case to work again.
Diffstat (limited to 'sys/fuchsia/objects.txt')
| -rw-r--r-- | sys/fuchsia/objects.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fuchsia/objects.txt b/sys/fuchsia/objects.txt index 4cc7c186a..922038525 100644 --- a/sys/fuchsia/objects.txt +++ b/sys/fuchsia/objects.txt @@ -2,8 +2,9 @@ # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. include <zircon/syscalls.h> -include <zircon/syscalls/object.h> include <zircon/syscalls/exception.h> +include <zircon/syscalls/object.h> +include <zircon/syscalls/port.h> resource koid[int64]: 0 |
