From 8bdf62d1b786790e7914fe3a1ff376351a35e9b8 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 23 Jan 2016 00:37:08 +0100 Subject: sys: implement array byte size arguments --- sys/socket.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/socket.txt') 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] } -- cgit mrf-deployment