diff --git a/syscalls_other.go b/syscalls_other.go index 26cea1b..96d1d63 100644 --- a/syscalls_other.go +++ b/syscalls_other.go @@ -1,4 +1,4 @@ -// +build NOT (linux OR darwin) +// +build !linux,!darwin package water