| ... | @@ -316,7 +316,6 @@ pub const File = extern struct { | ... | @@ -316,7 +316,6 @@ pub const File = extern struct { |
| 316 | read = @bitCast(Bits{ .read = true }), | 316 | read = @bitCast(Bits{ .read = true }), |
| 317 | read_write = @bitCast(Bits{ .read = true, .write = true }), | 317 | read_write = @bitCast(Bits{ .read = true, .write = true }), |
| 318 | read_write_create = @bitCast(Bits{ .read = true, .write = true, .create = true }), | 318 | read_write_create = @bitCast(Bits{ .read = true, .write = true, .create = true }), |
| 319 | _, | | |
| 320 | }; | 319 | }; |
| 321 | | 320 | |
| 322 | pub const Attributes = packed struct(u64) { | 321 | pub const Attributes = packed struct(u64) { |