From 8ca3b7d2bb7672b5608051fab4b825fdbbf2356a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 25 May 2020 17:54:39 +0200 Subject: sys/linux: fix some warnings in descriptions --- sys/linux/sys.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys.txt') diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index 4bf2da380..1986d0554 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -285,6 +285,7 @@ clone_args { tls ptr64[out, array[int8]] set_tid ptr64[in, array[pid]] set_tid_size len[set_tid, int64] + cgroup align64[fd_cgroup] } resource pid[int32]: 0, -1 -- cgit mrf-deployment