From: Ulrich Drepper Date: Wed, 19 Dec 2001 23:47:50 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~1273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37de3d557bece4adb400601b684e234ad20bd42d;p=thirdparty%2Fglibc.git Update. 2001-12-19 Jakub Jelinek * manual/llio.texi (aio_fsync): Fix a typo. Patch by Tammy Fox . --- diff --git a/ChangeLog b/ChangeLog index 7e2129a60a8..4baf6bd1cc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-19 Jakub Jelinek + + * manual/llio.texi (aio_fsync): Fix a typo. + Patch by Tammy Fox . + 2001-12-18 Jakub Jelinek * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract diff --git a/manual/llio.texi b/manual/llio.texi index fbd30a31c63..c196119956d 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -2322,7 +2322,7 @@ This function is not implemented. @end table When the sources are compiled with @code{_FILE_OFFSET_BITS == 64} this -function is in fact @code{aio_return64} since the LFS interface +function is in fact @code{aio_fsync64} since the LFS interface transparently replaces the normal implementation. @end deftypefun