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