Use kqueue as default watcher for darwin

This commit is contained in:
Rafal Jeczalik
2014-10-02 20:00:44 +02:00
parent e3e9eb60e7
commit 59cd51e5a0
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build dragonfly freebsd netbsd openbsd
// +build darwin dragonfly freebsd netbsd openbsd
// +build !fsnotify
package notify
+2 -1
View File
@@ -1,4 +1,5 @@
// +build !linux,!fsnotify,!freebsd,!dragonfly,!netbsd,!openbsd
// +build !darwin,!linux,!freebsd,!dragonfly,!netbsd,!openbsd
// +build !fsnotify
package notify
+1 -1
View File
@@ -1,4 +1,4 @@
// +build dragonfly freebsd netbsd openbsd
// +build darwin dragonfly freebsd netbsd openbsd
// +build !fsnotify
package notify
+2 -1
View File
@@ -1,4 +1,5 @@
// +build !linux,!fsnotify,!freebsd,!dragonfly,!netbsd,!openbsd
// +build !darwin,!linux,!freebsd,!dragonfly,!netbsd,!openbsd
// +build !fsnotify
package notify