diff --git a/lib/std/os/linux.zig b/lib/std/os/linux.zig index 91a050ee22..56930c6b29 100644 --- a/lib/std/os/linux.zig +++ b/lib/std/os/linux.zig @@ -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 {