blob: e3723778d9a69c49543540677fdd123e0aac2783 [file] [log] [blame]
package runtime
import "unsafe"
//go:noescape
func access(name *byte, mode int32) int32
func connect(fd uintptr, addr unsafe.Pointer, len int32) int32
func socket(domain int32, typ int32, prot int32) int32