`GOOS=freebsd go` build works with Go 1.17 and fsnotify v1.4.9, but stops working with fsnotify v1.5.0. The error message is: ``` vendor/github.com/fsnotify/fsnotify/kqueue.go:193:43: undefined: unix.O_SYMLINK ```