Skip to content

Commit

Permalink
this comment isn't truly accurate
Browse files Browse the repository at this point in the history
many of the wrappers above do reference these, e.g. sysctl().
  • Loading branch information
jrick committed Nov 2, 2023
1 parent 44f5ec9 commit f868e74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unix/syscall_openbsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f868e74

Please sign in to comment.