Documentation ¶
Overview ¶
Declarations only. Minigo won't parse this file.
Index ¶
- func BytePtrFromString(s string) (*byte, error)
- func Exit(code int)
- func Getdents(fd int, buf []byte) (int, error)
- func Nanosleep(ts *Timespec)
- func Open(path string, flag int, perm int) (int, error)
- func ParseDirent(buf []byte, void int, names []string) (int, int, []string)
- func Read(fd int, b []byte) (int, error)
- func ReadDirent(fd int, buf []byte) (int, error)
- func Syscall(number uintptr, a1 uintptr, a2 uintptr, a3 uintptr) int
- func Write(fd int, b []byte) (int, error)
- type LinuxDirent64
- type Timespec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytePtrFromString ¶
Types ¶
type LinuxDirent64 ¶
type LinuxDirent64 struct {
// contains filtered or unexported fields
}
http://man7.org/linux/man-pages/man2/getdents64.2.html#top_of_page
Click to show internal directories.
Click to hide internal directories.