aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/sockets_amd64.const
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fuchsia/sockets_amd64.const')
-rw-r--r--sys/fuchsia/sockets_amd64.const6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fuchsia/sockets_amd64.const b/sys/fuchsia/sockets_amd64.const
index 275788ba5..e1ab6b0a1 100644
--- a/sys/fuchsia/sockets_amd64.const
+++ b/sys/fuchsia/sockets_amd64.const
@@ -1,6 +1,6 @@
-# AUTOGENERATED FILE
ZX_SOCKET_CREATE_MASK = 1
ZX_SOCKET_DATAGRAM = 1
-ZX_SOCKET_SHUTDOWN_READ = 2
-ZX_SOCKET_SHUTDOWN_WRITE = 1
ZX_SOCKET_STREAM = 0
+ZX_SOCKET_PEEK = 8
+ZX_SOCKET_DISPOSITION_WRITE_DISABLED = 1
+ZX_SOCKET_DISPOSITION_WRITE_ENABLED = 2 \ No newline at end of file