aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-03-11 11:59:39 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-03-11 11:59:39 +0100
commit3d010fa6c38290eb00db1c9916d113b84d65dbc4 (patch)
tree7e44f9d771f09e5ba4b81b042ac4a542895ecd72 /executor/common.h
parente103bc9e1bb4453045c4795f9a10a671e72b1aba (diff)
executor: fix clang-tidy warnings
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h
index 7f03eac8c..c79221de2 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -42,7 +42,7 @@ NORETURN void doexit(int status)
#if SYZ_EXECUTOR || SYZ_MULTI_PROC || SYZ_REPEAT && SYZ_CGROUPS || \
SYZ_NET_DEVICES || __NR_syz_mount_image || __NR_syz_read_part_table || \
__NR_syz_usb_connect || (GOOS_freebsd || GOOS_openbsd || GOOS_netbsd) && SYZ_NET_INJECTION
-unsigned long long procid;
+static unsigned long long procid;
#endif
#if !GOOS_fuchsia && !GOOS_windows