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