package syscallx
import "bazil.org/fuse/syscallx"
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)
- func Listxattr(path string, dest []byte) (sz int, err error)
- func Msync(b []byte, flags int) (err error)
- func Removexattr(path string, attr string) (err error)
- func Setxattr(path string, attr string, data []byte, flags int) (err error)
Functions ¶
func Getxattr ¶
Deprecated: Use golang.org/x/sys/unic directly.
func Listxattr ¶
Deprecated: Use golang.org/x/sys/unic directly.
func Msync ¶
Deprecated: Use golang.org/x/sys/unix directly.
func Removexattr ¶
Deprecated: Use golang.org/x/sys/unic directly.
func Setxattr ¶
Deprecated: Use golang.org/x/sys/unic directly.
Source Files ¶
syscallx.go
- Version
- v0.0.0-20230120002735-62a210ff1fd5 (latest)
- Published
- Jan 20, 2023
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 4 days ago –
Tools for package owners.