syscall

package
v0.11.4 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package syscall is an internal POSIX system call compatibility shim needed to ensure the availability of certain constants and functions across all supported POSIX platforms. It will go away once golang.org/x/sys/unix adds these definitions and implementations for all necessary platforms.

Index

Constants

View Source
const (
	// AT_REMOVEDIR is the numeric representation of the AT_REMOVEDIR flag used
	// with the unlinkat system call.
	AT_REMOVEDIR = unix.AT_REMOVEDIR
)

Variables

This section is empty.

Functions

func Readlinkat

func Readlinkat(directory int, path string, buffer []byte) (int, error)

Readlinkat is a Go entry point for the readlinkat system call.

func Symlinkat

func Symlinkat(target string, directory int, path string) error

Symlinkat is a Go entry point for the symlinkat system call.

Types

This section is empty.

Jump to

Keyboard shortcuts

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