]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld,syscall: replace getfsstat64 with getfsstat
authorElias Naur <mail@eliasnaur.com>
Sat, 27 Apr 2019 10:15:42 +0000 (12:15 +0200)
committerElias Naur <mail@eliasnaur.com>
Sat, 27 Apr 2019 21:47:58 +0000 (21:47 +0000)
commit4fdeb73fedd99233c04564677a775637930e8b64
treecd4b113362e0946fa20235c7cf3c8b043126a386
parent096ab3c21b88ccc7d411379d09fe6274e3159467
cmd/link/internal/ld,syscall: replace getfsstat64 with getfsstat

getfsstat64 is deprecated but not yet caught by the App Store checks.
Use the supported getfsstat$INODE64 form instead to ensure forward
compatibility.

Change-Id: I0d97e8a8b254debb3de1cfcb3778dbed3702c249
Reviewed-on: https://go-review.googlesource.com/c/go/+/174200
Run-TryBot: Elias Naur <mail@eliasnaur.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/link/internal/ld/macho.go
src/syscall/syscall_darwin.go
src/syscall/zsyscall_darwin_386.s
src/syscall/zsyscall_darwin_amd64.s
src/syscall/zsyscall_darwin_arm.s
src/syscall/zsyscall_darwin_arm64.s