diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h index 95888de80..21af03189 100644 --- a/executor/common.h +++ b/executor/common.h @@ -43,6 +43,10 @@ typedef signed int ssize_t; #include <errno.h> #endif +#if !SYZ_EXECUTOR +/*{{{SYSCALL_DEFINES}}}*/ +#endif + #if SYZ_EXECUTOR && !GOOS_linux #if !GOOS_windows #include <unistd.h> @@ -713,7 +717,6 @@ static void loop(void) #endif #if !SYZ_EXECUTOR -/*{{{SYSCALL_DEFINES}}}*/ /*{{{RESULTS}}}*/ |
