[PATCH] Fix a manual typo
Jakub Jelinek
jakub@redhat.com
Wed Dec 19 09:45:00 GMT 2001
Hi!
-D_FILE_OFFSET_BITS=64 certainly doesn't map aio_fsync to aio_return64...
2001-12-19 Jakub Jelinek <jakub@redhat.com>
* manual/llio.texi (aio_fsync): Fix a typo.
Patch by Tammy Fox <tfox@redhat.com>.
--- libc/manual/llio.texi.jj Wed Nov 21 13:32:29 2001
+++ libc/manual/llio.texi Wed Dec 19 19:59:56 2001
@@ -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
Jakub
More information about the Libc-hacker
mailing list