From b718257f456d456345e1129b27a9340c91c18f3b Mon Sep 17 00:00:00 2001 From: Patrick Meyer Date: Sat, 22 May 2021 20:48:47 +0200 Subject: sys/darwin: initial syscall definitions Pretty much ripped from freebsd +/- what isn't applicable to darwin. --- executor/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor') 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) { -- cgit mrf-deployment