# README
This package is for internal use only. It is intended to only have temporary changes before they are upstreamed to golang.org/x/sys/ (a.k.a. https://github.com/golang/sys).
# Functions
Getxattr calls syscall getxattr.
LGetxattr gets an xattr, not following symlinks.
Listxattr calls syscall listxattr and reads all content and returns a string array.
LListxattr lists xattrs, not following symlinks.
LRemovexattr removes an xattr, not following symlinks.
LSetxattr sets an xattr, not following symlinks.
Removexattr calls syscall removexattr.
Setxattr calls syscall setxattr.
# Constants
No description provided by the author