func golang.org/x/sys/unix.Ppoll
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L145: func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, err error) {
syscall_linux.go#L158: return Ppoll(fds, ts, nil)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)