github.com/likebike/go--@v0.0.0-20190911215757-0bd925d16e96/go/src/cmd/vet/all/whitelist/linux_386.txt (about) 1 // linux/386-specific vet whitelist. See readme.txt for details. 2 3 runtime/sys_linux_386.s: [386] setldt: function setldt missing Go declaration 4 5 // These SP references occur after a stack-altering call. They're fine. 6 runtime/sys_linux_386.s: [386] clone: 12(SP) should be mp+8(FP) 7 runtime/sys_linux_386.s: [386] clone: 4(SP) should be flags+0(FP) 8 runtime/sys_linux_386.s: [386] clone: 8(SP) should be stk+4(FP) 9 10 // Android-specific; stubs missing on other linux platforms. 11 runtime/sys_linux_386.s: [386] access: function access missing Go declaration 12 runtime/sys_linux_386.s: [386] connect: function connect missing Go declaration 13 runtime/sys_linux_386.s: [386] socket: function socket missing Go declaration