From b803944b58cdc273bc8da9d09d9902e3ffa99904 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 15 Jan 2020 16:52:52 +0100 Subject: prog: don't add fallback coverage after prctl The same reason as with seccomp. --- sys/test/test_64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/test/test_64.const') diff --git a/sys/test/test_64.const b/sys/test/test_64.const index f487af8fb..299b36219 100644 --- a/sys/test/test_64.const +++ b/sys/test/test_64.const @@ -16,6 +16,7 @@ SYS_test = 0 SYS_unsupported = 0 SYS_fallback = 0 SYS_seccomp = 0 +SYS_prctl = 0 IPPROTO_ICMPV6 = 58 IPPROTO_TCP = 6 -- cgit mrf-deployment