Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
#include <unistd.h>
int fsync(int fd);
int fdatasync(int fd);
/* Returns: 0 if OK, −1 on error */
void sync(void);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment