pub fn fsync(fd: fd_t) usize
pub fn fsync(fd: fd_t) usize { return syscall1(.fsync, @as(u32, @bitCast(fd))); }