updated x/sys and godrop

This commit is contained in:
ston1th 2018-10-26 17:27:33 +02:00
commit 62543e44da
125 changed files with 9293 additions and 1621 deletions

View file

@ -12,7 +12,7 @@ import "unsafe"
// Round the length of a raw sockaddr up to align it properly.
func cmsgAlignOf(salen int) int {
salign := sizeofPtr
salign := SizeofPtr
// NOTE: It seems like 64-bit Darwin, DragonFly BSD and
// Solaris kernels still require 32-bit aligned access to
// network subsystem.