Documentation
      ¶
    
    
  
    
      Overview ¶
Package syscallx provides wrappers that make syscalls on various platforms more interoperable.
The API intentionally omits the OS X-specific position and option arguments for extended attribute calls.
Not having position means it might not be useful for accessing the resource fork. If that's needed by code inside fuse, a function with a different name may be added on the side.
Options can be implemented with separate wrappers, in the style of Linux getxattr/lgetxattr/fgetxattr.
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)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Removexattr ¶
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.