fn openZ(file_path: [*:0]const u8, flags: u32, perm: mode_t) OpenError!fd_t

Open and possibly create a file. Keeps trying if it gets interrupted. See also open.

Parameters

file_path: [*:0]const u8,
flags: u32,
perm: mode_t,