From 1a2fb60b1e34cbc7f21351da8f9e3e253173bde8 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 6 Jan 2022 18:03:14 +0100 Subject: sys/linux: use out_overlay attribute Remove all uses of direction attributes on union fields and use out_overlay attribute instead. The attribute actually does what was the intention behind use of direction attribute on unions. --- sys/test/test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/test') diff --git a/sys/test/test.txt b/sys/test/test.txt index 5436c3fd5..a8e0a39fd 100644 --- a/sys/test/test.txt +++ b/sys/test/test.txt @@ -853,10 +853,10 @@ syz_r102_in_recur1 { f0 r102 (in) } -syz_r103_r104_u [ +syz_r103_r104_u { opt0 r103 (out) opt1 r104 (in) -] +} syz_r103_r104_s { opt0 r103 (out) -- cgit mrf-deployment