]> Cypherpunks repositories - gostls13.git/commit
syscall: don't use INODE64 for fdopendir on darwin/386
authorKeith Randall <keithr@alum.mit.edu>
Thu, 4 Apr 2019 21:08:06 +0000 (14:08 -0700)
committerKeith Randall <khr@golang.org>
Thu, 4 Apr 2019 21:25:26 +0000 (21:25 +0000)
commita8e83d2febe28a79e2906a9249ab2d79e0523c2a
tree41ce8c7c451a3721d8a7f86c65e0f5c2858c270d
parent3ebb1ad9cddf4711d4b0f44c24da1ceac3d9e069
syscall: don't use INODE64 for fdopendir on darwin/386

The INODE64 variant only exists on 64-bit.

Fixes #31262

Change-Id: I528277c9b3312fdb15463ccbea0d537ff300f4ae
Reviewed-on: https://go-review.googlesource.com/c/go/+/170837
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/syscall/syscall_darwin_386.go