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.warn | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/linux/sys.txt.warn') diff --git a/sys/linux/sys.txt.warn b/sys/linux/sys.txt.warn index 26c850088..3125182d0 100644 --- a/sys/linux/sys.txt.warn +++ b/sys/linux/sys.txt.warn @@ -27,8 +27,6 @@ compiler: unsupported syscall: lchown due to missing const __NR_lchown [arm64] compiler: unsupported syscall: utime due to missing const __NR_utime [arm,arm64] compiler: unsupported syscall: utimes due to missing const __NR_utimes [arm64] compiler: unsupported syscall: futimesat due to missing const __NR_futimesat [arm64] -bad-field-number: clone_args: syz=10 kernel=11 -bad-struct-size: clone_args: syz=80 kernel=88 compiler: unsupported syscall: getpgrp due to missing const __NR_getpgrp [arm64] compiler: unsupported syscall: link due to missing const __NR_link [arm64] compiler: unsupported syscall: symlink due to missing const __NR_symlink [arm64] -- cgit mrf-deployment