sync - schedule file system updates
The sync() function shall cause all information in memory that updates file systems to be scheduled for writing out to all file systems.
The writing, although scheduled, is not necessarily complete upon return from sync().
The sync() function shall not return a value.
No errors are defined.
None.
None.
None.
None.
XBD <unistd.h>
First released in Issue 4, Version 2.
Moved from X/OPEN UNIX extension to BASE.
return to top of page