does fsync(2) do anything or is it placebo? my use case is making sure a file is properly written when i expect the system to crash within (potentially less than) a second or so
@lizzy i thought u were the wine person
@lucasmz this is about the fsync linux syscall not the futex based sync system (fsync) in proton. they are basically unrelated