Commit 010bed4a authored by Roland McGrath's avatar Roland McGrath Committed by Commit Bot

[Fuchsia] Don't include internal syscalls header

The <zircon/syscalls/definitions.h> header is an implementation detail
of the OS that was never meant to be used by application code.
<zircon/syscalls.h> alone gives access to the Zircon syscall API.

Bug: fuchsia:45844
Change-Id: I0a1594e36c5eb6a05ff2266461970e49958c34bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055591
Auto-Submit: Roland McGrath <mcgrathr@chromium.org>
Reviewed-by: default avatarScott Graham <scottmg@chromium.org>
Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741543}
parent 577446b5
......@@ -11,7 +11,6 @@
#include <unwind.h>
#include <zircon/process.h>
#include <zircon/syscalls.h>
#include <zircon/syscalls/definitions.h>
#include <zircon/syscalls/port.h>
#include <zircon/types.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment