This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |