diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-19 23:47:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-19 23:47:50 +0000 |
commit | 37de3d557bece4adb400601b684e234ad20bd42d (patch) | |
tree | e629707b7594912884c8c0722da666cab776acdd /manual | |
parent | 9cddf9deda4c6ac0339d3aa4be3cceef4d8e9b6a (diff) | |
download | glibc-37de3d557bece4adb400601b684e234ad20bd42d.tar.gz glibc-37de3d557bece4adb400601b684e234ad20bd42d.tar.xz glibc-37de3d557bece4adb400601b684e234ad20bd42d.zip |
Update.
2001-12-19 Jakub Jelinek <jakub@redhat.com> * manual/llio.texi (aio_fsync): Fix a typo. Patch by Tammy Fox <tfox@redhat.com>.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/llio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi index fbd30a31c6..c196119956 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 |