package fuse
import (
"syscall"
)
const (
ENOATTR = Errno(syscall.ENOATTR)
errNoXattr = ENOATTR
func init() {
errnoNames[errNoXattr] = "ENOATTR"
}