Commit c5a4177140

Andrew Kelley <andrew@ziglang.org>
2024-07-10 03:17:01
std.os.linux: add AT.HANDLE_FID
1 parent bbd90a5
Changed files (1)
lib
std
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 {