1
0
mirror of https://github.com/golang/go synced 2024-10-03 00:21:22 -06:00

syscall: fix freebsd/386 again

TBR=r
CC=golang-dev
https://golang.org/cl/4380042
This commit is contained in:
Russ Cox 2011-04-07 15:44:10 -04:00
parent 62049366e7
commit 62c24811e7

View File

@ -28,3 +28,5 @@ func SetKevent(k *Kevent_t, fd, mode, flags int) {
k.Filter = int16(mode)
k.Flags = uint16(flags)
}
func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2, err uintptr) // sic