]> granicus.if.org Git - strace/commit
tests/nsyscalls.c: remove redundant definition of SYSCALL_BIT
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 21 Oct 2019 21:12:38 +0000 (21:12 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 21 Oct 2019 21:12:38 +0000 (21:12 +0000)
commit2b046bd338a6f035132193a7eb787885c79649a8
tree0ac394cdc66c5ec1576050ba5037242ca3822b7c
parentdea7eeb5dab5c58b9f3169362a65d401b09e5365
tests/nsyscalls.c: remove redundant definition of SYSCALL_BIT

Starting with commit v5.3~111, tests/nsyscalls.c includes "scno.h"
which already defines SYSCALL_BIT where appropriate.

* tests/nsyscalls.c (SYSCALL_BIT): Remove.
tests/nsyscalls.c