unix: add Readlinkat on openbsd

Change-Id: I1069c327a5ce01ca2bfa37a889d3c6fd72b7859d
Reviewed-on: https://go-review.googlesource.com/c/145517
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Tobias Klauser
2018-10-29 17:45:26 +00:00
committed by Tobias Klauser
parent 95b1ffbd15
commit d69651ed34
4 changed files with 67 additions and 1 deletions
+1 -1
View File
@@ -272,6 +272,7 @@ func Uname(uname *Utsname) error {
//sys Pwrite(fd int, p []byte, offset int64) (n int, err error)
//sys read(fd int, p []byte) (n int, err error)
//sys Readlink(path string, buf []byte) (n int, err error)
//sys Readlinkat(dirfd int, path string, buf []byte) (n int, err error)
//sys Rename(from string, to string) (err error)
//sys Revoke(path string) (err error)
//sys Rmdir(path string) (err error)
@@ -361,7 +362,6 @@ func Uname(uname *Utsname) error {
// profil
// pwritev
// quotactl
// readlinkat
// readv
// reboot
// renameat