Sign in
go
/
go
/
b09925b31d3012345b1926e6f8133551fa050fe2
/
.
/
src
/
runtime
/
stubs_android.go
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