Expand description
与用户空间共用定义和声明
包含常量、类型和函数声明,确保内核和用户空间的一致性
Modules§
- cred
- 用户凭证相关的常量和类型定义
- errno
- 错误码定义
- fcntl
- fcntl 相关的用户空间 API 定义
- fs
- 文件系统相关的用户空间 API 定义
- futex
- Futex 系统调用常量和标志定义。
- ioctl
- ioctl 请求码定义
- iovec
- 向量 I/O 相关类型定义
- log
- syslog 所需的 Commands
- mm
- 内存管理相关的用户空间 API 定义
- reboot
- Reboot 常量和定义
- resource
- 资源限制相关的常量和类型定义。
- sched
- 任务与调度相关的常量和结构体定义
- select
- select() system call definitions
- signal
- 信号处理行为标志和相关常量定义
- socket
- Socket options and constants
- sysinfo
- time
- 定义与时间相关的结构和常量。
- types
- 基本类型定义,模拟 POSIX 标准中的类型
- uts_
namespace - 工具函数模块 - UTS 命名空间
- wait
- 定义与等待子进程状态相关的标志。