Files
sys/unix
Riku Voipio 324e137580 unix: fix EpollWait for arm64
epoll_wait syscall doesn't exist on arm64. Implement it with
by callign epoll_pwait(). According to man epoll_pwait,
calling epoll_pwait with sigmask of NULL is identical to
epoll_wait.

Testing exposed that EpollEvent needs padding on arm64
like on arm.

This changeset is to fix:
https://github.com/fsnotify/fsnotify/issues/130

Testcase: go test with fsnotify ported from syscall to x/sys:
https://github.com/suihkulokki/fsnotify/tree/go-sys

Change-Id: I76136bf4c82c2ee597549133848f490da46dd488
Reviewed-on: https://go-review.googlesource.com/21971
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-04-13 20:47:32 +00:00
..
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-18 19:16:10 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-07 23:38:20 +00:00
2015-05-12 03:31:30 +00:00
2014-10-01 12:10:37 -07:00
2015-05-12 03:04:57 +00:00
2015-05-07 23:38:20 +00:00
2015-05-12 03:04:57 +00:00
2014-08-11 15:58:26 -07:00
2015-05-13 20:12:53 +00:00
2016-04-13 20:47:32 +00:00
2016-04-13 20:47:32 +00:00
2014-08-11 15:58:26 -07:00
2014-08-11 15:58:26 -07:00
2016-04-09 16:46:36 +00:00