go/src/syscall/syscall_linux_amd64.go

const _SYS_setgroups

const _SYS_clone3

const _SYS_faccessat2

const _SYS_fchmodat2

func Stat(path string, stat *Stat_t) (err error) {}

func Lchown(path string, uid int, gid int) (err error) {}

func Lstat(path string, stat *Stat_t) (err error) {}

//go:noescape
func gettimeofday(tv *Timeval) (err Errno)

func Gettimeofday(tv *Timeval) (err error) {}

func Time(t *Time_t) (tt Time_t, err error) {}

func setTimespec(sec, nsec int64) Timespec {}

func setTimeval(sec, usec int64) Timeval {}

func (r *PtraceRegs) PC() uint64 {}

func (r *PtraceRegs) SetPC(pc uint64) {}

func (iov *Iovec) SetLen(length int) {}

func (msghdr *Msghdr) SetControllen(length int) {}

func (cmsg *Cmsghdr) SetLen(length int) {}