diff options
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 78d1e82a1..b6860e30d 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -9,6 +9,7 @@ #include <unistd.h> #if SYZ_EXECUTOR +const int kExtraCoverSize = 256 << 10; struct cover_t; static void cover_reset(cover_t* cov); #endif |
