From 040e73d644ee4124adfc744cbb81075b863c2b19 Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Tue, 20 Mar 2018 12:12:01 -0700 Subject: fuchsia: Fix the `extractor` tool. The include path in Zircon has changed; updated syz-extract/fuchsia.go to include this, and re-ran extract to get updated *.const files. --- sys/fuchsia/posix_arm64.const | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'sys/fuchsia/posix_arm64.const') diff --git a/sys/fuchsia/posix_arm64.const b/sys/fuchsia/posix_arm64.const index 424b63c15..e3afc41c6 100644 --- a/sys/fuchsia/posix_arm64.const +++ b/sys/fuchsia/posix_arm64.const @@ -5,27 +5,27 @@ AT_NO_AUTOMOUNT = 2048 AT_REMOVEDIR = 512 AT_SYMLINK_FOLLOW = 1024 AT_SYMLINK_NOFOLLOW = 256 -FASYNC = 8192 +FASYNC = 1024 LOCK_EX = 2 LOCK_NB = 4 LOCK_SH = 1 LOCK_UN = 8 -O_APPEND = 1024 -O_CLOEXEC = 524288 -O_CREAT = 64 -O_DIRECT = 16384 -O_DIRECTORY = 65536 -O_EXCL = 128 -O_LARGEFILE = 32768 -O_NOATIME = 262144 -O_NOCTTY = 256 -O_NOFOLLOW = 131072 -O_NONBLOCK = 2048 -O_PATH = 2097152 +O_APPEND = 1048576 +O_CLOEXEC = 256 +O_CREAT = 65536 +O_DIRECT = 2048 +O_DIRECTORY = 524288 +O_EXCL = 131072 +O_LARGEFILE = 4096 +O_NOATIME = 8192 +O_NOCTTY = 512 +O_NOFOLLOW = 128 +O_NONBLOCK = 16 +O_PATH = 4194304 O_RDONLY = 0 O_RDWR = 2 -O_SYNC = 1052672 -O_TRUNC = 512 +O_SYNC = 96 +O_TRUNC = 262144 O_WRONLY = 1 POLLERR = 8 POLLHUP = 16 -- cgit mrf-deployment