Documentation
¶
Overview ¶
Package syscallx used to provide wrappers for syscalls.
It is no longer needed.
Deprecated: Use golang.org/x/sys/unix directly.
Index ¶
- func Getxattr(path string, attr string, dest []byte) (sz int, err error)deprecated
- func Listxattr(path string, dest []byte) (sz int, err error)deprecated
- func Msync(b []byte, flags int) (err error)deprecated
- func Removexattr(path string, attr string) (err error)deprecated
- func Setxattr(path string, attr string, data []byte, flags int) (err error)deprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Removexattr
deprecated
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.