mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-13 23:46:16 +01:00
std.os.linux: type safety for fanotify metadata event mask field
This commit is contained in:
parent
e6b6a728b3
commit
e712ca595f
1 changed files with 1 additions and 1 deletions
|
|
@ -4261,7 +4261,7 @@ pub const fanotify = struct {
|
|||
vers: u8,
|
||||
reserved: u8,
|
||||
metadata_len: u16,
|
||||
mask: u64 align(8),
|
||||
mask: MarkMask align(8),
|
||||
fd: i32,
|
||||
pid: i32,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue