]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/syscall: add basic file system calls
authorMichael Pratt <mpratt@google.com>
Mon, 5 May 2025 19:51:05 +0000 (15:51 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 19 May 2025 19:42:00 +0000 (12:42 -0700)
commit2a29cddec377e2dccb6bceb7a542249ec8ec96b2
treeda3f1567ec42a6307dea2af5320aab6471925e72
parent195e64232d6a799c43b18b02bd7ff24d6bc11c48
internal/runtime/syscall: add basic file system calls

Change-Id: I6a6a636c5e119165dc1018d1fc0354f5b6929656
Reviewed-on: https://go-review.googlesource.com/c/go/+/670496
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
12 files changed:
src/internal/runtime/syscall/defs_linux.go
src/internal/runtime/syscall/defs_linux_386.go
src/internal/runtime/syscall/defs_linux_amd64.go
src/internal/runtime/syscall/defs_linux_arm.go
src/internal/runtime/syscall/defs_linux_arm64.go
src/internal/runtime/syscall/defs_linux_loong64.go
src/internal/runtime/syscall/defs_linux_mips64x.go
src/internal/runtime/syscall/defs_linux_mipsx.go
src/internal/runtime/syscall/defs_linux_ppc64x.go
src/internal/runtime/syscall/defs_linux_riscv64.go
src/internal/runtime/syscall/defs_linux_s390x.go
src/internal/runtime/syscall/syscall_linux.go