diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-01-26 16:42:23 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-01-26 16:42:23 +0100 |
| commit | 22fda1e655ea348edcbd2d748a1eb65d853b96ee (patch) | |
| tree | ca672d1c6dc356c86fbe56e4808edcc8912c1c62 /sys/socket.txt | |
| parent | b5f1cae8dd3f19faff3ff122020f98aa6f28916c (diff) | |
| parent | 4bbea2300f8f58831f7bed4ab592f661185b0f93 (diff) | |
Merge pull request #14 from sploving/master
sys: support /dev/random and /dev/net/tun
Diffstat (limited to 'sys/socket.txt')
| -rw-r--r-- | sys/socket.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/socket.txt b/sys/socket.txt index 2fbdfbc64..e1d7fb80d 100644 --- a/sys/socket.txt +++ b/sys/socket.txt @@ -134,6 +134,11 @@ sockaddr_storage_in6 { pad array[const[0, int64], 12] } +sockaddr_storage [ + in sockaddr_storage_in + in6 sockaddr_storage_in6 +] + send_msghdr { addr ptr[in, sockaddr, opt] addrlen len[addr, int32] |
