From 903fc9d077a81d9224de4207d1672c0b1127cf42 Mon Sep 17 00:00:00 2001 From: Ankush Patel Date: Thu, 5 Feb 2026 14:42:40 +1300 Subject: Added basic support for FreeBSD. --- internal/syscallcompat/emulate.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/syscallcompat/emulate.go') 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 ( -- cgit v1.2.3