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 ¶
Readlinkat is a Go entry point for the readlinkat system call.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.