diff options
Diffstat (limited to 'src/syscall/syscall_openbsd.go')
| -rw-r--r-- | src/syscall/syscall_openbsd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall/syscall_openbsd.go b/src/syscall/syscall_openbsd.go index f904f37017..edc1026c59 100644 --- a/src/syscall/syscall_openbsd.go +++ b/src/syscall/syscall_openbsd.go @@ -183,7 +183,7 @@ func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { //sys munmap(addr uintptr, length uintptr) (err error) //sys readlen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_READ //sys writelen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_WRITE -//sys utimensat(dirfd int, path string, times *[2]Timespec) (err error) +//sys utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) /* * Unimplemented |
