mirror of
https://github.com/golang/go
synced 2024-11-20 03:14:43 -07:00
syscall: fix freebsd/386 again
TBR=r CC=golang-dev https://golang.org/cl/4380042
This commit is contained in:
parent
62049366e7
commit
62c24811e7
@ -28,3 +28,5 @@ func SetKevent(k *Kevent_t, fd, mode, flags int) {
|
|||||||
k.Filter = int16(mode)
|
k.Filter = int16(mode)
|
||||||
k.Flags = uint16(flags)
|
k.Flags = uint16(flags)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2, err uintptr) // sic
|
||||||
|
Loading…
Reference in New Issue
Block a user