mirror of
https://github.com/golang/go
synced 2024-11-20 06:04:52 -07:00
11 lines
210 B
Go
11 lines
210 B
Go
|
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
|