sync.2: Remove ancient Linux libc details

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-29 10:20:56 +02:00
parent 63f70e10fc
commit 7537792e3a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ Since glibc 2.2.2 the Linux prototype for
.BR sync ()
is as listed above,
following the various standards.
In libc4, libc5, and glibc up to 2.2.1
In glibc 2.2.1 and earlier,
it was "int sync(void)", and
.BR sync ()
always returned 0.