diff options
| author | Laura Peskin <pesk@google.com> | 2022-11-18 12:19:27 -0800 |
|---|---|---|
| committer | Ange Albertini <105304039+corkamig@users.noreply.github.com> | 2022-11-23 21:19:20 +0000 |
| commit | defe14d671072c1341aefae2f3a2c313343fd9fc (patch) | |
| tree | eedc56114903a59447a1b19d8a0eba2bbe7d1191 /sys/fuchsia/sockets_arm64.const | |
| parent | 4b01db733a68d41909ab469cacf83de587aa83c0 (diff) | |
sys/fuchsia: add test for socket syscall descriptions
Also updated the constant files and added 0x0 as a valid
option for `zx_socket_read` (to consume buffered data,
as opposed to 0x8 = ZX_SOCKET_PEEK)
Diffstat (limited to 'sys/fuchsia/sockets_arm64.const')
| -rw-r--r-- | sys/fuchsia/sockets_arm64.const | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fuchsia/sockets_arm64.const b/sys/fuchsia/sockets_arm64.const index 275788ba5..e1ab6b0a1 100644 --- a/sys/fuchsia/sockets_arm64.const +++ b/sys/fuchsia/sockets_arm64.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 |
