summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-04-08 10:41:54 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-04-08 12:15:23 +1000
commit336f2772e80dc20c28fc0ffe7049be3401c86e29 (patch)
tree88b5a5b7a42797cb96bb5f30082ef99db6180583 /vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go
parent8433367dac9c8019542120f344ed56d85a4d1c1e (diff)
bump gocui
Diffstat (limited to 'vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go')
-rw-r--r--vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go
index df2efb6db..3b90e9448 100644
--- a/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go
+++ b/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go
@@ -1330,7 +1330,7 @@ func Pathconf(path string, name int) (val int, err error) {
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
-func Pread(fd int, p []byte, offset int64) (n int, err error) {
+func pread(fd int, p []byte, offset int64) (n int, err error) {
var _p0 unsafe.Pointer
if len(p) > 0 {
_p0 = unsafe.Pointer(&p[0])
@@ -1347,7 +1347,7 @@ func Pread(fd int, p []byte, offset int64) (n int, err error) {
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
-func Pwrite(fd int, p []byte, offset int64) (n int, err error) {
+func pwrite(fd int, p []byte, offset int64) (n int, err error) {
var _p0 unsafe.Pointer
if len(p) > 0 {
_p0 = unsafe.Pointer(&p[0])