mirror of
https://github.com/ziglang/zig.git
synced 2026-01-09 08:55:36 +00:00
std.os.linux: add AT.HANDLE_FID
This commit is contained in:
parent
bbd90a562e
commit
c5a4177140
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user