Module consts

Source
Expand description

This file contains constants used in the libc crate.

Constants§

UTIME_NOW
表示更新时间为当前时间(用于 utimensat 等系统调用)
UTIME_OMIT
表示不修改对应的时间字段(用于 utimensat 等系统调用)