authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-07-09 18:17:01-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-07-12 00:14:07-07:00
logc5a4177140f417b80c3d2e86f247ee5af769a39a
tree5e9bf7838cbeb3d3f8cb05183f5e609d7d4cd404
parentbbd90a562efd6e802ed41df2649a05fad763a4de

std.os.linux: add AT.HANDLE_FID


1 files changed, 2 insertions(+), 0 deletions(-)

lib/std/os/linux.zig+2
...@@ -2946,6 +2946,8 @@ pub const AT = struct {...@@ -2946,6 +2946,8 @@ pub const AT = struct {
29462946
2947 /// Apply to the entire subtree2947 /// Apply to the entire subtree
2948 pub const RECURSIVE = 0x8000;2948 pub const RECURSIVE = 0x8000;
2949
2950 pub const HANDLE_FID = REMOVEDIR;
2949};2951};
29502952
2951pub const FALLOC = struct {2953pub const FALLOC = struct {