aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-01-23 00:37:08 +0100
committerDmitry Vyukov <dvyukov@google.com>2016-01-23 00:37:08 +0100
commit8bdf62d1b786790e7914fe3a1ff376351a35e9b8 (patch)
treecd6d770eb20272eb292eca7f4b289a0788a58670 /sys/socket.txt
parentb06604d52aa51a62acb5cc4dd0109b65922162ae (diff)
sys: implement array byte size arguments
Diffstat (limited to 'sys/socket.txt')
-rw-r--r--sys/socket.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/socket.txt b/sys/socket.txt
index ad412ed42..51f03add3 100644
--- a/sys/socket.txt
+++ b/sys/socket.txt
@@ -268,8 +268,7 @@ msghdr_alg {
vec ptr[in, array[iovec_in]]
vlen len[vec, intptr]
ctrl ptr[in, array[cmsghdr_alg], opt]
-#TODO: ctrllen must be len in bytes
- ctrllen len[ctrl, intptr]
+ ctrllen bytesize[ctrl, intptr]
f flags[send_flags, int32]
}