aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/posix_arm64.const
diff options
context:
space:
mode:
authorJulia Hansbrough <flowerhack@google.com>2018-03-20 12:12:01 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-03-21 09:50:47 +0100
commit040e73d644ee4124adfc744cbb81075b863c2b19 (patch)
treebacec2e1454c79a4742b3aac5512e0e392d974ea /sys/fuchsia/posix_arm64.const
parent113a43ffb67d4297d8d2e6ee39c8a0a23420db99 (diff)
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.
Diffstat (limited to 'sys/fuchsia/posix_arm64.const')
-rw-r--r--sys/fuchsia/posix_arm64.const30
1 files changed, 15 insertions, 15 deletions
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