mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
std.os.linux: type safety for fanotify metadata event mask field
This commit is contained in:
parent
e6b6a728b3
commit
e712ca595f
@ -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…
x
Reference in New Issue
Block a user