On Fri, May 18, 2007 at 12:47:59AM +0900, Atsushi Nemoto wrote: > On Fri, 18 May 2007 00:46:13 +0900 (JST), Atsushi Nemoto <anemo@xxxxxxxxxxxxx> wrote: > > I fixed N32/O32 readahead, sync_file_range, fadvise, fadvise64 > > syscalls on both kernel and glibc side. > > > > Here is a kernel side fixes. > > 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 see the kernel patch was already merged; I've added this to CVS. -- Daniel Jacobowitz CodeSourcery