mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.os.linux: add AT.HANDLE_FID
This commit is contained in:
parent
bbd90a562e
commit
c5a4177140
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue