]> Cypherpunks repositories - gostls13.git/commit
internal/poll: use fcntl64 on 32-bit GNU/Linux systems
authorTobias Klauser <tklauser@distanz.ch>
Tue, 24 Dec 2019 00:24:43 +0000 (01:24 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 26 Dec 2019 13:53:31 +0000 (13:53 +0000)
commit075c20cea8a1efda0e8d5d33a1995a220ad27b8c
treed5a7e7d4dd3821ac02f50e7cb0b0c428525dd24f
parentc170b14c2c1cfb2fd853a37add92a82fd6eb4318
internal/poll: use fcntl64 on 32-bit GNU/Linux systems

Use FcntlSyscall from internal/syscall/unix to get fcntl64 on 32-bit
Linux systems.

Updates #36211

Change-Id: If48a6e09606ca9f7f6e22f3e8dc9a25fb3ccaf65
Reviewed-on: https://go-review.googlesource.com/c/go/+/212537
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/go/build/deps_test.go
src/internal/poll/splice_linux.go