]> go.fuhry.dev Git - fsnotify.git/commit
global: switch to x/sys/unix
authorRiku Voipio <riku.voipio@linaro.org>
Tue, 12 Apr 2016 13:37:56 +0000 (16:37 +0300)
committerNathan Youngman <git@nathany.com>
Wed, 20 Apr 2016 01:12:13 +0000 (19:12 -0600)
commit30411dbcefb7a1da7e84f75530ad3abe4011b4f8
treead5c17756c7e6983f9525872ff022b84377e0720
parent836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6
global: switch to x/sys/unix

The syscall package is locked since 1.4[1], all new changes are in x/sys[2]
The fixes for epoll/arm64 are going to be loaded to x/sys/unix. This
commit is straightforward search/replace with a couple of hand edits.

This is needed for fixing #130

[1] https://golang.org/s/go1.4-syscall
[2] https://godoc.org/golang.org/x/sys/unix

closes #135
CHANGELOG.md
README.md
inotify.go
inotify_poller.go
inotify_poller_test.go
inotify_test.go
integration_darwin_test.go
kqueue.go
open_mode_bsd.go
open_mode_darwin.go