]> Cypherpunks repositories - gostls13.git/commit
syscall: use fcntl64 on 32-bit GNU/Linux systems
authorTobias Klauser <tklauser@distanz.ch>
Sat, 28 Dec 2019 13:45:35 +0000 (14:45 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 30 Dec 2019 09:34:53 +0000 (09:34 +0000)
commit4b4370066f97ac40a4f095ca56a7b21a375aa5aa
tree766bfe10557e617961955327c57d2e25ac73c53f
parentdcd3b2c173b77d93be1c391e3b5f932e0779fb1f
syscall: use fcntl64 on 32-bit GNU/Linux systems

Use fcntl64Syscall in forkAndExecInChild1 to get fcntl64 on 32-bit Linux
systems.

Updates #36211

Change-Id: Id0e34359256beace970e72102fdace7a987ff2b0
Reviewed-on: https://go-review.googlesource.com/c/go/+/212598
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/exec_linux.go