From 5585946e227fc9dab364e87365312fef911b0c12 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 12 Jan 2018 10:45:32 +0100 Subject: pkg/compiler: support void type "void": type with static size 0 mostly useful inside of templates and varlen unions can't be syscall argument --- docs/syscall_descriptions_syntax.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index b8ded85bf..b454386d4 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -53,6 +53,8 @@ rest of the type-options are type-specific: value range start, how many values per process, underlying type "text": machine code of the specified type, type-options: text type (x86_real, x86_16, x86_32, x86_64, arm64) +"void": type with static size 0 + mostly useful inside of templates and varlen unions, can't be syscall argument ``` flags/len/flags also have trailing underlying type type-option when used in structs/unions/pointers. -- cgit mrf-deployment