22 lines
989 B
HTML
22 lines
989 B
HTML
<html><!-- This HTML file has been created by texi2html 1.29
|
|
from syscalls.texi on 4 June 1994 -->
|
|
|
|
<TITLE>Syscall specifications of Linux - sync</TITLE>
|
|
<P>Go to the <A HREF="syscalls_30.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_30.html">previous</A>, <A HREF="syscalls_32.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_32.html">next</A> section.<P>
|
|
<H2><A NAME="SEC31" HREF="syscalls_toc.html#SEC31" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_toc.html#SEC31">sync</A></H2>
|
|
<P>
|
|
<H3>SYNOPSIS</H3>
|
|
<P>
|
|
<CODE>int sync(void);</CODE>
|
|
<P>
|
|
<H3>DESCRIPTION</H3>
|
|
<P>
|
|
Brings the hard disk state of the file system in sync with the internal
|
|
state of the file system.
|
|
<P>
|
|
<H3>RETURN VALUE</H3>
|
|
<P>
|
|
Always zero.
|
|
<P>
|
|
<P>Go to the <A HREF="syscalls_30.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_30.html">previous</A>, <A HREF="syscalls_32.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_32.html">next</A> section.<P>
|