This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix some system calls with long long arguments


On Fri, 18 May 2007 00:47:59 +0900 (JST), Atsushi Nemoto <anemo@mba.ocn.ne.jp> wrote:
> And here is glibc side fixes for posix_fadvise, posix_fadvise64,
> readahead, sync_file_range.  For O32, add a padding before a long long
> argument pair.  For N32, pass a long long value by one argument.  O32
> readahead borrows ARM EABI implementation.  N32 posix_fadvise64 use C
> implementation (instead of syscalls.list) for versioned symbols.

I filed it at glibc bugzilla:

http://sources.redhat.com/bugzilla/show_bug.cgi?id=4526

---
Atsushi Nemoto


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]