Skip to main content

Module fcntl

Module fcntl 

Source
Expand description

fcntl() syscall implementation for file descriptor control.

Provides fcntl operations for file descriptor flags (CLOEXEC).

Constants§

FD_CLOEXEC
F_DUPFD
F_GETFD
F_GETFL
F_SETFD
F_SETFL

Functions§

sys_fcntl
SYS_FCNTL (313): manipulate file descriptor.