nix icon indicating copy to clipboard operation
nix copied to clipboard

API request: Linux-specific `syncfs(2)`

Open SteveLauC opened this issue 3 years ago • 0 comments
trafficstars

int syncfs(int fd);

syncfs(2) is like sync(2), but synchronizes just the filesystem containing file referred to by the open file descriptor fd.

SteveLauC avatar Sep 14 '22 01:09 SteveLauC