std.os.linux: add AT.HANDLE_FID

This commit is contained in:
Andrew Kelley 2024-07-09 18:17:01 -07:00
parent bbd90a562e
commit c5a4177140

View file

@ -2946,6 +2946,8 @@ pub const AT = struct {
/// Apply to the entire subtree
pub const RECURSIVE = 0x8000;
pub const HANDLE_FID = REMOVEDIR;
};
pub const FALLOC = struct {