]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Dec 2001 23:47:50 +0000 (23:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Dec 2001 23:47:50 +0000 (23:47 +0000)
2001-12-19  Jakub Jelinek  <jakub@redhat.com>

* manual/llio.texi (aio_fsync): Fix a typo.
Patch by Tammy Fox <tfox@redhat.com>.

ChangeLog
manual/llio.texi

index 7e2129a60a809e3d86305a3cf782adf51937f738..4baf6bd1cc86bd9d0f561e0faafedd8c772c558b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * manual/llio.texi (aio_fsync): Fix a typo.
+       Patch by Tammy Fox <tfox@redhat.com>.
+
 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
index fbd30a31c63ebb16956d49f46e48f57733063c77..c196119956da0d12061e477bf3f20c8a2944d82d 100644 (file)
@@ -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