]> Cypherpunks.ru repositories - gostls13.git/commit
internal/syscall/unix: reuse existing {Fstat,Open,Unlink}at on freebsd
authorTobias Klauser <tklauser@distanz.ch>
Thu, 15 Sep 2022 21:28:49 +0000 (23:28 +0200)
committerGopher Robot <gobot@golang.org>
Mon, 19 Sep 2022 15:51:18 +0000 (15:51 +0000)
commitf4becf15bdbcb098ec6cfb5373ad113b3d991d43
treeeda362c18480b7dca52806bac560dd447ac32da8
parentfc1cddcfe916eff82b7c6a0e82765e9b9fe29980
internal/syscall/unix: reuse existing {Fstat,Open,Unlink}at on freebsd

Change-Id: I517e75faca18bf0fdcd4e6c837f50f824aa6348c
Reviewed-on: https://go-review.googlesource.com/c/go/+/431236
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/internal/syscall/unix/at.go
src/internal/syscall/unix/at_freebsd.go [deleted file]
src/internal/syscall/unix/at_fstatat2.go [moved from src/internal/syscall/unix/at_statx.go with 84% similarity]
src/internal/syscall/unix/at_sysnum_freebsd.go [new file with mode: 0644]