Module pidfd_getfd

Source
Expand description

The pidfd_getfd function and supporting types.

Structs§

PidfdGetfdFlags
All flags are reserved for future use.

Functions§

pidfd_getfd
syscall(SYS_pidfd_getfd, pidfd, flags)—Obtain a duplicate of another process’ file descriptor.

Type Aliases§

ForeignRawFd
Raw file descriptor in another process.