diff options
Diffstat (limited to 'executor/common_test.h')
| -rw-r--r-- | executor/common_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_test.h b/executor/common_test.h index 67585be9a..c5f7f5bca 100644 --- a/executor/common_test.h +++ b/executor/common_test.h @@ -31,7 +31,7 @@ static long syz_errno(volatile long v) // syz_exit(status int32) static long syz_exit(volatile long status) { - _exit(status); + doexit(status); return 0; } #endif |
