diff --git a/unix/syscall_openbsd.go b/unix/syscall_openbsd.go index e7d5eca7b..fd4ff9bd2 100644 --- a/unix/syscall_openbsd.go +++ b/unix/syscall_openbsd.go @@ -219,9 +219,6 @@ func Uname(uname *Utsname) error { return nil } -/* - * Wrapped in other files - */ //sys ioctl(fd int, req uint, arg uintptr) (err error) //sys ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) = SYS_IOCTL //sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)