fn open(file_path: []const u8, flags: u32, perm: mode_t) OpenError!fd_t
Open and possibly create a file. Keeps trying if it gets interrupted. See also openZ.
openZ
file_path: []const u8,
flags: u32,
perm: mode_t,