Documentation ¶
Overview ¶
Wrappers for unix syscalls that retry on EINTR TODO: Consider moving (for example to moby/sys) and making the wrappers auto-generated.
Index ¶
- func Close(fd int) (err error)
- func Fstat(fd int, stat *unix.Stat_t) (err error)
- func Fstatat(fd int, path string, stat *unix.Stat_t, flags int) (err error)
- func Mount(source string, target string, fstype string, flags uintptr, data string) (err error)
- func Open(path string, mode int, perm uint32) (fd int, err error)
- func Openat(dirfd int, path string, mode int, perms uint32) (fd int, err error)
- func Openat2(dirfd int, path string, how *unix.OpenHow) (fd int, err error)
- func Retry(f func() error)
- func Unmount(target string, flags int) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.