commit | 5a8c7f28c1853e998847117cf1f3fe96ce88a59f | [log] [tgz] |
---|---|---|
author | kortschak <dan.kortschak@adelaide.edu.au> | Tue Jun 14 14:28:28 2016 +0930 |
committer | Ian Lance Taylor <iant@golang.org> | Tue Jun 14 16:43:59 2016 +0000 |
tree | 7ccb07932dc90cca3660f6143888683398214ff3 | |
parent | 7f918dd405547ecb864d14a8ecbbfe205b5f930f [diff] [blame] |
unix: add Ppoll support for linux Use a shim for Poll on arm64. Fixes golang/go#16052. Change-Id: I929e7a2293561bddb9355bf65f98bc68b91905b2 Reviewed-on: https://go-review.googlesource.com/24062 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
diff --git a/unix/ztypes_linux_ppc64le.go b/unix/ztypes_linux_ppc64le.go index 9c21ecf..7db4c78 100644 --- a/unix/ztypes_linux_ppc64le.go +++ b/unix/ztypes_linux_ppc64le.go
@@ -618,6 +618,10 @@ POLLNVAL = 0x20 ) +type Sigset_t struct { + X__val [16]uint64 +} + type Termios struct { Iflag uint32 Oflag uint32