Expand description
This module provides the libc
types for FCNTL (file control).
Structs§
- Open
Flags - 文件打开标志,对应 Linux 的 open(2) 系统调用选项。
Enums§
- Fcntl
Cmd - 文件描述符控制命令
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)