code format

This commit is contained in:
vanhauser-thc
2024-10-07 13:43:19 +02:00
parent d6a2edb42a
commit 4a1cf0b9af
2 changed files with 1 additions and 3 deletions

View File

@ -249,7 +249,6 @@ void afl_fsrv_kill(afl_forkserver_t *fsrv);
void nyx_load_target_hash(afl_forkserver_t *fsrv);
#endif
#ifdef __APPLE__
#define MSG_FORK_ON_APPLE \
" - On MacOS X, the semantics of fork() syscalls are non-standard and " \

View File

@ -584,7 +584,6 @@ __attribute__((destructor)) void __dislocator_fini(void) {
}
/* NetBSD fault handler specific api subset */
void (*esetfunc(void (*fn)(int, const char *, ...)))(int, const char *, ...) {