| author | |
| committer | |
| log | c5a4177140f417b80c3d2e86f247ee5af769a39a |
| tree | 5e9bf7838cbeb3d3f8cb05183f5e609d7d4cd404 |
| parent | bbd90a562efd6e802ed41df2649a05fad763a4de |
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 { |
| 2946 | 2946 | ||
| 2947 | /// Apply to the entire subtree | 2947 | /// Apply to the entire subtree |
| 2948 | pub const RECURSIVE = 0x8000; | 2948 | pub const RECURSIVE = 0x8000; |
| 2949 | |||
| 2950 | pub const HANDLE_FID = REMOVEDIR; | ||
| 2949 | }; | 2951 | }; |
| 2950 | 2952 | ||
| 2951 | pub const FALLOC = struct { | 2953 | pub const FALLOC = struct { |