github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/third_party/bazil.org/fuse/syscallx/doc.go (about)

     1  // Package syscallx provides wrappers that make syscalls on various
     2  // platforms more interoperable.
     3  //
     4  // The API intentionally omits the OS X-specific position and option
     5  // arguments for extended attribute calls.
     6  //
     7  // Not having position means it might not be useful for accessing the
     8  // resource fork. xIf that's needed by code inside fuse, a function
     9  // with a different name may be added on the side.
    10  //
    11  // Options can be implemented with separate wrappers, in the style of
    12  // Linux getxattr/lgetxattr/fgetxattr.
    13  package syscallx