Module fcntl

Source
Expand description

This module provides the libc types for FCNTL (file control).

Structs§

OpenFlags
文件打开标志,对应 Linux 的 open(2) 系统调用选项。

Enums§

FcntlCmd
文件描述符控制命令

Constants§

AT_EACCESS
使用有效权限而非实际权限 (use effective access rights instead of real)
AT_FDCWD
当前目录的文件描述符
AT_REMOVEDIR
删除目录而非文件 (remove directory instead of file)
AT_SYMLINK_FOLLOW
跟随符号链接 (follow symbolic links)
AT_SYMLINK_NOFOLLOW
不跟随符号链接 (do not follow symbolic links)