int fsync( int fd );
On success, zero is returned. On error, -1 is returned, and errno
is set appropriately.
fd
is not a valid descriptor open for writing
fd
is bound to a special file which does not support support synchronization
fd
is bound to a special file which does not support support synchronization
fsync
copies all in-core parts of a file to disk.
NONE
Copyright © 1988-2003 OAR Corporation