On Fri, 18 May 2007 00:47:59 +0900 (JST), Atsushi Nemoto <anemo@xxxxxxxxxxxxx> 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