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:
parent
5f7b0bc366
commit
cef64d8e2b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user