Skip to content

Commit f868e74

Browse files
committed
this comment isn't truly accurate
many of the wrappers above do reference these, e.g. sysctl().
1 parent 44f5ec9 commit f868e74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unix/syscall_openbsd.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ func Uname(uname *Utsname) error {
219219
return nil
220220
}
221221

222-
/*
223-
* Wrapped in other files
224-
*/
225222
//sys ioctl(fd int, req uint, arg uintptr) (err error)
226223
//sys ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) = SYS_IOCTL
227224
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)

0 commit comments

Comments
 (0)