We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b23cc commit cc0b67dCopy full SHA for cc0b67d
unix/syscall_aix.go
@@ -411,7 +411,7 @@ func (w WaitStatus) CoreDump() bool { return w&0x80 == 0x80 }
411
func (w WaitStatus) TrapCause() int { return -1 }
412
413
//sys ioctl(fd int, req uint, arg uintptr) (err error)
414
-//sys ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error)
+//sys ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) = ioctl
415
416
// fcntl must never be called with cmd=F_DUP2FD because it doesn't work on AIX
417
// There is no way to create a custom fcntl and to keep //sys fcntl easily,
0 commit comments