Add vendor go.uber.org/zap

This commit is contained in:
Daniele Rondina
2020-01-03 15:20:02 +01:00
parent 20654d5dbb
commit 4433fc72ac
367 changed files with 96853 additions and 36906 deletions

View File

@@ -577,8 +577,6 @@ func Futimes(fd int, tv []Timeval) error {
return futimes(fd, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
}
//sys fcntl(fd int, cmd int, arg int) (val int, err error)
//sys poll(fds *PollFd, nfds int, timeout int) (n int, err error)
func Poll(fds []PollFd, timeout int) (n int, err error) {