aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorPatrick Meyer <meyerpatrick@google.com>2021-05-22 20:48:47 +0200
committerDmitry Vyukov <dvyukov@google.com>2021-06-07 19:19:55 +0200
commitb718257f456d456345e1129b27a9340c91c18f3b (patch)
tree1206868c25c2ab1a211711b17757cc501abddf0d /pkg
parente59537be40a9ad863e953e187c14dbde57caf1b1 (diff)
sys/darwin: initial syscall definitions
Pretty much ripped from freebsd +/- what isn't applicable to darwin.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/csource/generated.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go
index b2c055f5e..a162ad9f6 100644
--- a/pkg/csource/generated.go
+++ b/pkg/csource/generated.go
@@ -10119,7 +10119,7 @@ static void use_temporary_dir(void)
#error "unknown OS"
#endif
-#if !GOOS_darwin && SYZ_EXECUTOR || __NR_syz_execute_func
+#if SYZ_EXECUTOR || __NR_syz_execute_func
static long syz_execute_func(volatile long text)
{
#if defined(__GNUC__)