aboutsummaryrefslogtreecommitdiff
path: root/internal/syscallcompat/emulate.go
diff options
context:
space:
mode:
authorAnkush Patel2026-02-05 14:42:40 +1300
committerAnkush Patel2026-02-14 03:32:14 +1300
commit903fc9d077a81d9224de4207d1672c0b1127cf42 (patch)
tree05ae39d5ebbe41bb64d41d7e0f03df7dac596dae /internal/syscallcompat/emulate.go
parent3191c18f67346c95e4dbdfd16b44256ddfe20b4f (diff)
Added basic support for FreeBSD.
Diffstat (limited to 'internal/syscallcompat/emulate.go')
-rw-r--r--internal/syscallcompat/emulate.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/syscallcompat/emulate.go b/internal/syscallcompat/emulate.go
index 91b592b..cdc4d12 100644
--- a/internal/syscallcompat/emulate.go
+++ b/internal/syscallcompat/emulate.go
@@ -1,3 +1,5 @@
+//go:build darwin
+
package syscallcompat
import (