1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:04:45 -07:00

syscall: add TODO about required manual corrections

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/4553042
This commit is contained in:
Mikio Hara 2011-05-18 10:51:45 -04:00 committed by Russ Cox
parent 5f7b0bc366
commit cef64d8e2b
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,10 @@
// MACHINE GENERATED - DO NOT EDIT.
// Manual corrections: TODO: need to fix godefs (issue 1466)
// change Msghdr field to Iov *Iovec (was uint32/64)
// change BpfProgram field to Insns *BpfInsn (was uint32/64)
package syscall
// Constants

View File

@ -2,6 +2,10 @@
// MACHINE GENERATED - DO NOT EDIT.
// Manual corrections: TODO: need to fix godefs (issue 1466)
// change Msghdr field to Iov *Iovec (was uint32/64)
// change BpfProgram field to Insns *BpfInsn (was uint32/64)
package syscall
// Constants