diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-15 16:52:52 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-15 17:35:31 +0100 |
| commit | b803944b58cdc273bc8da9d09d9902e3ffa99904 (patch) | |
| tree | 5a77bb1bdf2df79d745dc8159c3b2fc76bf184b4 /sys/test/test_64.const | |
| parent | ba92288dcf9d20a05400b79fe74e1af585eebcdc (diff) | |
prog: don't add fallback coverage after prctl
The same reason as with seccomp.
Diffstat (limited to 'sys/test/test_64.const')
| -rw-r--r-- | sys/test/test_64.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
