syscallx

package
v0.0.0-...-62a210f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2023 License: BSD-2-Clause, BSD-3-Clause, HPND Imports: 1 Imported by: 2

Documentation

Overview

Package syscallx used to provide wrappers for syscalls.

It is no longer needed.

Deprecated: Use golang.org/x/sys/unix directly.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Getxattr deprecated

func Getxattr(path string, attr string, dest []byte) (sz int, err error)

Deprecated: Use golang.org/x/sys/unic directly.

func Listxattr deprecated

func Listxattr(path string, dest []byte) (sz int, err error)

Deprecated: Use golang.org/x/sys/unic directly.

func Msync deprecated

func Msync(b []byte, flags int) (err error)

Deprecated: Use golang.org/x/sys/unix directly.

func Removexattr deprecated

func Removexattr(path string, attr string) (err error)

Deprecated: Use golang.org/x/sys/unic directly.

func Setxattr deprecated

func Setxattr(path string, attr string, data []byte, flags int) (err error)

Deprecated: Use golang.org/x/sys/unic directly.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL