diff options
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 8b9c00bfd..48c23485b 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -129,12 +129,6 @@ __attribute__((noreturn)) static void doexit(int status) } #endif -#if defined(SYZ_EXECUTOR) -// exit/_exit do not necessary work. -#define exit use_doexit_instead -#define _exit use_doexit_instead -#endif - #include "common.h" #if defined(SYZ_EXECUTOR) || defined(SYZ_HANDLE_SEGV) |
