diff options
| author | Patrick Meyer <meyerpatrick@google.com> | 2021-05-22 20:48:47 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-06-07 19:19:55 +0200 |
| commit | b718257f456d456345e1129b27a9340c91c18f3b (patch) | |
| tree | 1206868c25c2ab1a211711b17757cc501abddf0d /executor/common.h | |
| parent | e59537be40a9ad863e953e187c14dbde57caf1b1 (diff) | |
sys/darwin: initial syscall definitions
Pretty much ripped from freebsd +/- what isn't applicable to darwin.
Diffstat (limited to 'executor/common.h')
| -rw-r--r-- | executor/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h index c8bfccb9b..17c680b21 100644 --- a/executor/common.h +++ b/executor/common.h @@ -449,7 +449,7 @@ static uint16 csum_inet_digest(struct csum_inet* csum) #error "unknown OS" #endif -#if !GOOS_darwin && SYZ_EXECUTOR || __NR_syz_execute_func +#if SYZ_EXECUTOR || __NR_syz_execute_func // syz_execute_func(text ptr[in, text[taget]]) static long syz_execute_func(volatile long text) { |
