| #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
| #include <unistd.h> | |
| int fsync(int fd); | |
| int fdatasync(int fd); | |
| /* Returns: 0 if OK, −1 on error */ | |
| void sync(void); |